#BCBBBC

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

Shades of Lola #BCBBBC

Tints of Lola #BCBBBC

Color information

#BCBBBC (or 0xBCBBBC) is unknown color: approx Lola. HEX triplet: BC, BB and BC. RGB value is (188,187,188). Sum of RGB (Red+Green+Blue) = 188+187+188=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBBC is #434443. Grayscale: #BBBBBB. Windows color (decimal): -4408388 or 12368828. OLE color: 12368828.

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

Color convert

RGB188187188-
CMYK00.0100.26
HSL300º0.74%73.53%-
HSV(B)300º0.53%73.73%-
XYZ47.5949.8654.69-
YUV187.41128.33128.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=33.39%
G=33.21%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818718800.0100.263000.7473.53
HexBCBBBC0101A12c14a
Octal274273274010324541112
Binary1011110010111011101111000101101010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBBC; }

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

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

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

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

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

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

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

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