Color Hex Logo

#bbafcb Color Hex

#BBAFCB
(187,175,203)
0 Favorites   0 Comments

Color spaces of #bbafcb

RGB 187175203
HSL0.740.210.74
HSV266°14°80°
CMYK 0.080.140.00   0.20
XYZ46.603045.536562.8331
Yxy45.53650.30070.2938
Hunter Lab67.48075.1829-7.9700
CIE-Lab73.24389.5999-12.6411

#bbafcb color RGB value is (187,175,203).

#bbafcb hex color red value is 187, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bbafcb hue: 0.74 , saturation: 0.21 and the lightness value of bbafcb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11001011
Octal 273 257 313
Decimal 187 175 203
Hex BB AF CB

RGB Percentages of Color #bbafcb

%33.10
%30.97
%35.93

CMYK Percentages of Color #bbafcb

%8
%14
%0
%20

Triadic Colors of #bbafcb

#bbafcb #cbbbaf #afcbbb

Analogous Colors of #bbafcb

#bbafcb #c9afcb #afb1cb

Monochromatic Colors of #bbafcb

#bbafcb

Complementary Color

#bbafcb #bfcbaf

#bbafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafcb Color CSS Codes

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

#bbafcb Text Font Color

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

This sample text font color is #bbafcb
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.


#bbafcb Background Color

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

This div background color is #bbafcb


#bbafcb Border Color

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

This div border color is #bbafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafcb


Comments

No comments written yet.

Please login to write comment.