Color Hex Logo

#bbafdb Color Hex

#BBAFDB
(187,175,219)
0 Favorites   0 Comments

Color spaces of #bbafdb

RGB 187175219
HSL0.710.380.77
HSV256°20°86°
CMYK 0.150.200.00   0.14
XYZ48.609746.339273.4002
Yxy46.33920.28870.2753
Hunter Lab68.07298.3362-16.2789
CIE-Lab73.765112.9325-20.5974

#bbafdb color RGB value is (187,175,219).

#bbafdb hex color red value is 187, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbafdb hue: 0.71 , saturation: 0.38 and the lightness value of bbafdb is 0.77.

The process color (four color CMYK) of #bbafdb color hex is 0.15, 0.20, 0.00, 0.14. Web safe color of #bbafdb is #cc99cc. Color #bbafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11011011
Octal 273 257 333
Decimal 187 175 219
Hex BB AF DB

RGB Percentages of Color #bbafdb

%32.19
%30.12
%37.69

CMYK Percentages of Color #bbafdb

%15
%20
%0
%14

Triadic Colors of #bbafdb

#bbafdb #dbbbaf #afdbbb

Analogous Colors of #bbafdb

#bbafdb #d1afdb #afb9db

Monochromatic Colors of #bbafdb

#bbafdb

Complementary Color

#bbafdb #cfdbaf

#bbafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafdb Color CSS Codes

.mybgcolor {background-color:#bbafdb; } 
.myforecolor {color:#bbafdb; }
.mybordercolor {border:3px solid #bbafdb; }

#bbafdb Text Font Color

<p style="color:#bbafdb">Text here</p>

This sample text font color is #bbafdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbafdb Background Color

<div style="background-color:#bbafdb">
Div content here</div>

This div background color is #bbafdb


#bbafdb Border Color

<div style="border:3px solid #bbafdb">
Div here</div>

This div border color is #bbafdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,175,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbafdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbafdb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafdb;
  box-shadow:         1px 1px 3px 2px #bbafdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,175,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbafdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbafdb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafdb;
  box-shadow:         1px 1px 3px 2px #bbafdb;">
Div content here</div>

This div box has shadow with color #bbafdb


Comments

No comments written yet.

Please login to write comment.