#BBAEBF

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

Shades of Lola #BBAEBF

Tints of Lola #BBAEBF

Color information

#BBAEBF (or 0xBBAEBF) is unknown color: approx Lola. HEX triplet: BB, AE and BF. RGB value is (187,174,191). Sum of RGB (Red+Green+Blue) = 187+174+191=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEBF is #445140. Grayscale: #B3B3B3. Windows color (decimal): -4477249 or 12562107. OLE color: 12562107.

HSL color Cylindrical-coordinate representation of color #BBAEBF: hue angle of 285.88º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAEBF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187174191-
CMYK0.020.0900.25
HSL285.88º11.72%71.57%-
HSV(B)285.88º8.9%74.9%-
XYZ45.0344.655.53-
YUV179.82134.31133.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 191 (75% from 255) = 34.60%
R=33.88%
G=31.52%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871741910.020.0900.25285.8811.7271.57
HexBBAEBF2901911ec48
Octal27325627721103143614110
Binary10111011101011101011111110100101100110001111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEBF; }

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

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

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

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

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

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

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

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