#BCB3BC

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

Shades of Lola #BCB3BC

Tints of Lola #BCB3BC

Color information

#BCB3BC (or 0xBCB3BC) is unknown color: approx Lola. HEX triplet: BC, B3 and BC. RGB value is (188,179,188). Sum of RGB (Red+Green+Blue) = 188+179+188=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3BC is #434C43. Grayscale: #B6B6B6. Windows color (decimal): -4410436 or 12366780. OLE color: 12366780.

HSL color Cylindrical-coordinate representation of color #BCB3BC: hue angle of 300º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB3BC is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188179188-
CMYK00.0500.26
HSL300º6.29%71.96%-
HSV(B)300º4.79%73.73%-
XYZ45.9446.5654.14-
YUV182.72130.98131.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=33.87%
G=32.25%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817918800.0500.263006.2971.96
HexBCB3BC0501A12c648
Octal274263274050324546110
Binary10111100101100111011110001010110101001011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3BC; }

 p { color: rgb(188,179,188); }

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

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

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

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

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

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

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