#BBAEBD

Color #BBAEBD Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BBAEBD

Tints of Lola #BBAEBD

Color information

#BBAEBD (or 0xBBAEBD) is unknown color: approx Lola. HEX triplet: BB, AE and BD. RGB value is (187,174,189). Sum of RGB (Red+Green+Blue) = 187+174+189=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBD is #445142. Grayscale: #B3B3B3. Windows color (decimal): -4477251 or 12431035. OLE color: 12431035.

HSL color Cylindrical-coordinate representation of color #BBAEBD: hue angle of 292º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBAEBD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187174189-
CMYK0.010.0800.26
HSL292º10.2%71.18%-
HSV(B)292º7.94%74.12%-
XYZ44.8144.5154.37-
YUV179.6133.31133.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=34%
G=31.64%
B=34.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871741890.010.0800.2629210.271.18
HexBBAEBD1801A124a47
Octal27325627511003244412107
Binary1011101110101110101111011100001101010010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEBD; }

 p { color: rgb(187,174,189); }

 H1.HeaderClassName
 {
   color: #BBAEBD;
 }
 .AnyTagClassName
 {
   color: #BBAEBD;
 }
</style>
background-color css

<style>
 a { background-color: #BBAEBD; }

 a { background-color: rgb(187,174,189); }

 div.DivClassName
 {
   background-color: #BBAEBD;
 }
 .BgClassName
 {
   background-color: #BBAEBD;
 }
</style>
border-color css

<style>
 span { border-color: #BBAEBD; }

 span { border-color: rgb(187,174,189); }

 td.TdClassName
 {
   border-color: #BBAEBD;
 }
 .TagClassName
 {
   border-color: #BBAEBD;
 }
</style>