#BCA2BB

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

Shades of Lola #BCA2BB

Tints of Lola #BCA2BB

Color information

#BCA2BB (or 0xBCA2BB) is unknown color: approx Lola. HEX triplet: BC, A2 and BB. RGB value is (188,162,187). Sum of RGB (Red+Green+Blue) = 188+162+187=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2BB is #435D44. Grayscale: #ACACAC. Windows color (decimal): -4414789 or 12296892. OLE color: 12296892.

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

Color convert

RGB188162187-
CMYK00.140.010.26
HSL302.31º16.25%68.63%-
HSV(B)302.31º13.83%73.73%-
XYZ42.6340.1252.51-
YUV172.62136.11138.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=35.01%
G=30.17%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816218700.140.010.26302.3116.2568.63
HexBCA2BB0E11A12e1045
Octal27424227301613245620105
Binary10111100101000101011101101110111010100101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2BB; }

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

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

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

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

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

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

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

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