#BBAEBB

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

Shades of Lola #BBAEBB

Tints of Lola #BBAEBB

Color information

#BBAEBB (or 0xBBAEBB) is unknown color: approx Lola. HEX triplet: BB, AE and BB. RGB value is (187,174,187). Sum of RGB (Red+Green+Blue) = 187+174+187=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBB is #445144. Grayscale: #B3B3B3. Windows color (decimal): -4477253 or 12299963. OLE color: 12299963.

HSL color Cylindrical-coordinate representation of color #BBAEBB: hue angle of 300º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBAEBB is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187174187-
CMYK00.0700.27
HSL300º8.72%70.78%-
HSV(B)300º6.95%73.33%-
XYZ44.644.4253.24-
YUV179.37132.31133.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=34.12%
G=31.75%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717418700.0700.273008.7270.78
HexBBAEBB0701B12c947
Octal2732562730703345411107
Binary101110111010111010111011011101101110010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEBB; }

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

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

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

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

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

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

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

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