#BCB7BC

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

Shades of Lola #BCB7BC

Tints of Lola #BCB7BC

Color information

#BCB7BC (or 0xBCB7BC) is unknown color: approx Lola. HEX triplet: BC, B7 and BC. RGB value is (188,183,188). Sum of RGB (Red+Green+Blue) = 188+183+188=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7BC is #434843. Grayscale: #B9B9B9. Windows color (decimal): -4409412 or 12367804. OLE color: 12367804.

HSL color Cylindrical-coordinate representation of color #BCB7BC: 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 #BCB7BC is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188183188-
CMYK00.0300.26
HSL300º3.6%72.75%-
HSV(B)300º2.66%73.73%-
XYZ46.7548.1954.41-
YUV185.06129.66130.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=33.63%
G=32.74%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818318800.0300.263003.672.75
HexBCB7BC0301A12c449
Octal274267274030324544111
Binary1011110010110111101111000110110101001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7BC; }

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

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

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

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

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

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

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

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