#BBA8BC

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

Shades of Lola #BBA8BC

Tints of Lola #BBA8BC

Color information

#BBA8BC (or 0xBBA8BC) is unknown color: approx Lola. HEX triplet: BB, A8 and BC. RGB value is (187,168,188). Sum of RGB (Red+Green+Blue) = 187+168+188=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8BC is #445743. Grayscale: #AFAFAF. Windows color (decimal): -4478788 or 12363963. OLE color: 12363963.

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

Color convert

RGB187168188-
CMYK0.010.1100.26
HSL297º12.99%69.8%-
HSV(B)297º10.64%73.73%-
XYZ43.5742.253.43-
YUV175.96134.79135.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=34.44%
G=30.94%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871681880.010.1100.2629712.9969.8
HexBBA8BC1B01A129d46
Octal27325027411303245115106
Binary1011101110101000101111001101101101010010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8BC; }

 p { color: rgb(187,168,188); }

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

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

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

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

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

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

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