#BCB2BF

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

Shades of Lola #BCB2BF

Tints of Lola #BCB2BF

Color information

#BCB2BF (or 0xBCB2BF) is unknown color: approx Lola. HEX triplet: BC, B2 and BF. RGB value is (188,178,191). Sum of RGB (Red+Green+Blue) = 188+178+191=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2BF is #434D40. Grayscale: #B6B6B6. Windows color (decimal): -4410689 or 12563132. OLE color: 12563132.

HSL color Cylindrical-coordinate representation of color #BCB2BF: hue angle of 286.15º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB2BF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188178191-
CMYK0.020.0700.25
HSL286.15º9.22%72.35%-
HSV(B)286.15º6.81%74.9%-
XYZ46.0646.2955.8-
YUV182.47132.81131.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 34.29%
R=33.75%
G=31.96%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881781910.020.0700.25286.159.2272.35
HexBCB2BF2701911e948
Octal2742622772703143611110
Binary1011110010110010101111111011101100110001111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2BF; }

 p { color: rgb(188,178,191); }

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

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

 a { background-color: rgb(188,178,191); }

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

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

 span { border-color: rgb(188,178,191); }

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