#BBA5BC

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

Shades of Lola #BBA5BC

Tints of Lola #BBA5BC

Color information

#BBA5BC (or 0xBBA5BC) is unknown color: approx Lola. HEX triplet: BB, A5 and BC. RGB value is (187,165,188). Sum of RGB (Red+Green+Blue) = 187+165+188=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BC is #445A43. Grayscale: #AEAEAE. Windows color (decimal): -4479556 or 12363195. OLE color: 12363195.

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

Color convert

RGB187165188-
CMYK0.010.1200.26
HSL297.39º14.65%69.22%-
HSV(B)297.39º12.23%73.73%-
XYZ43.0341.1153.24-
YUV174.2135.79137.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=34.63%
G=30.56%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871651880.010.1200.26297.3914.6569.22
HexBBA5BC1C01A129f45
Octal27324527411403245117105
Binary1011101110100101101111001110001101010010100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5BC; }

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

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

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

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

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

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

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

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