Color Hex Logo

#bbabce Color Hex

#BBABCE
(187,171,206)
0 Favorites   0 Comments

Color spaces of #bbabce

RGB 187171206
HSL0.740.260.74
HSV267°17°81°
CMYK 0.090.170.00   0.19
XYZ46.197044.146864.4789
Yxy44.14680.29840.2851
Hunter Lab66.44317.8334-11.0272
CIE-Lab72.326512.4053-15.6639

#bbabce color RGB value is (187,171,206).

#bbabce hex color red value is 187, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbabce hue: 0.74 , saturation: 0.26 and the lightness value of bbabce is 0.74.

The process color (four color CMYK) of #bbabce color hex is 0.09, 0.17, 0.00, 0.19. Web safe color of #bbabce is #cc99cc. Color #bbabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11001110
Octal 273 253 316
Decimal 187 171 206
Hex BB AB CE

RGB Percentages of Color #bbabce

%33.16
%30.32
%36.52

CMYK Percentages of Color #bbabce

%9
%17
%0
%19

Triadic Colors of #bbabce

#bbabce #cebbab #abcebb

Analogous Colors of #bbabce

#bbabce #cdabce #abadce

Monochromatic Colors of #bbabce

#bbabce

Complementary Color

#bbabce #beceab

#bbabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabce Color CSS Codes

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

#bbabce Text Font Color

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

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


#bbabce Background Color

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

This div background color is #bbabce


#bbabce Border Color

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

This div border color is #bbabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabce


Comments

No comments written yet.

Please login to write comment.