#BCACBB

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

Shades of Lola #BCACBB

Tints of Lola #BCACBB

Color information

#BCACBB (or 0xBCACBB) is unknown color: approx Lola. HEX triplet: BC, AC and BB. RGB value is (188,172,187). Sum of RGB (Red+Green+Blue) = 188+172+187=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACBB is #435344. Grayscale: #B2B2B2. Windows color (decimal): -4412229 or 12299452. OLE color: 12299452.

HSL color Cylindrical-coordinate representation of color #BCACBB: hue angle of 303.75º 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 #BCACBB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188172187-
CMYK00.090.010.26
HSL303.75º10.67%70.59%-
HSV(B)303.75º8.51%73.73%-
XYZ44.4643.7853.12-
YUV178.49132.8134.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=34.37%
G=31.44%
B=34.19%

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
Decimal18817218700.090.010.26303.7510.6770.59
HexBCACBB0911A130b47
Octal27425427301113246013107
Binary1011110010101100101110110100111101010011000010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACBB; }

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

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

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

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

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

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

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

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