#BCACBA

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

Shades of Lola #BCACBA

Tints of Lola #BCACBA

Color information

#BCACBA (or 0xBCACBA) is unknown color: approx Lola. HEX triplet: BC, AC and BA. RGB value is (188,172,186). Sum of RGB (Red+Green+Blue) = 188+172+186=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACBA is #435345. Grayscale: #B2B2B2. Windows color (decimal): -4412230 or 12233916. OLE color: 12233916.

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

Color convert

RGB188172186-
CMYK00.090.010.26
HSL307.5º10.67%70.59%-
HSV(B)307.5º8.51%73.73%-
XYZ44.3543.7452.56-
YUV178.38132.3134.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=34.43%
G=31.50%
B=34.07%

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
Decimal18817218600.090.010.26307.510.6770.59
HexBCACBA0911A134b47
Octal27425427201113246413107
Binary1011110010101100101110100100111101010011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACBA; }

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

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

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

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

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

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

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

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