#BCB6BC

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

Shades of Lola #BCB6BC

Tints of Lola #BCB6BC

Color information

#BCB6BC (or 0xBCB6BC) is unknown color: approx Lola. HEX triplet: BC, B6 and BC. RGB value is (188,182,188). Sum of RGB (Red+Green+Blue) = 188+182+188=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6BC is #434943. Grayscale: #B8B8B8. Windows color (decimal): -4409668 or 12367548. OLE color: 12367548.

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

Color convert

RGB188182188-
CMYK00.0300.26
HSL300º4.29%72.55%-
HSV(B)300º3.19%73.73%-
XYZ46.5447.7854.35-
YUV184.48129.99130.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=33.69%
G=32.62%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818218800.0300.263004.2972.55
HexBCB6BC0301A12c449
Octal274266274030324544111
Binary1011110010110110101111000110110101001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6BC; }

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

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

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

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

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

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

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

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