#BCABBA

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

Shades of Lola #BCABBA

Tints of Lola #BCABBA

Color information

#BCABBA (or 0xBCABBA) is unknown color: approx Lola. HEX triplet: BC, AB and BA. RGB value is (188,171,186). Sum of RGB (Red+Green+Blue) = 188+171+186=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABBA is #435445. Grayscale: #B1B1B1. Windows color (decimal): -4412486 or 12233660. OLE color: 12233660.

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

Color convert

RGB188171186-
CMYK00.090.010.26
HSL307.06º11.26%70.39%-
HSV(B)307.06º9.04%73.73%-
XYZ44.1643.3652.5-
YUV177.79132.63135.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=34.50%
G=31.38%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817118600.090.010.26307.0611.2670.39
HexBCABBA0911A133b46
Octal27425327201113246313106
Binary1011110010101011101110100100111101010011001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABBA; }

 p { color: rgb(188,171,186); }

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

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

 a { background-color: rgb(188,171,186); }

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

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

 span { border-color: rgb(188,171,186); }

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