#BBA4BB

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

Shades of Lola #BBA4BB

Tints of Lola #BBA4BB

Color information

#BBA4BB (or 0xBBA4BB) is unknown color: approx Lola. HEX triplet: BB, A4 and BB. RGB value is (187,164,187). Sum of RGB (Red+Green+Blue) = 187+164+187=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4BB is #445B44. Grayscale: #ADADAD. Windows color (decimal): -4479813 or 12297403. OLE color: 12297403.

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

Color convert

RGB187164187-
CMYK00.1200.27
HSL300º14.47%68.82%-
HSV(B)300º12.3%73.33%-
XYZ42.7440.752.62-
YUV173.5135.62137.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=34.76%
G=30.48%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716418700.1200.2730014.4768.82
HexBBA4BB0C01B12ce45
Octal27324427301403345416105
Binary1011101110100100101110110110001101110010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4BB; }

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

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

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

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

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

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

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

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