#BCB8BC

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

Shades of Lola #BCB8BC

Tints of Lola #BCB8BC

Color information

#BCB8BC (or 0xBCB8BC) is unknown color: approx Lola. HEX triplet: BC, B8 and BC. RGB value is (188,184,188). Sum of RGB (Red+Green+Blue) = 188+184+188=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8BC is #434743. Grayscale: #B9B9B9. Windows color (decimal): -4409156 or 12368060. OLE color: 12368060.

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

Color convert

RGB188184188-
CMYK00.0200.26
HSL300º2.9%72.94%-
HSV(B)300º2.13%73.73%-
XYZ46.9648.654.48-
YUV185.65129.33129.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 188 (73.83% from 255) = 33.57%
R=33.57%
G=32.86%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818418800.0200.263002.972.94
HexBCB8BC0201A12c349
Octal274270274020324543111
Binary101111001011100010111100010011010100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8BC; }

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

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

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

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

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

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

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

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