#BCB0BB

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

Shades of Lola #BCB0BB

Tints of Lola #BCB0BB

Color information

#BCB0BB (or 0xBCB0BB) is unknown color: approx Lola. HEX triplet: BC, B0 and BB. RGB value is (188,176,187). Sum of RGB (Red+Green+Blue) = 188+176+187=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0BB is #434F44. Grayscale: #B4B4B4. Windows color (decimal): -4411205 or 12300476. OLE color: 12300476.

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

Color convert

RGB188176187-
CMYK00.060.010.26
HSL305º8.22%71.37%-
HSV(B)305º6.38%73.73%-
XYZ45.2345.3353.38-
YUV180.84131.48133.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=34.12%
G=31.94%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817618700.060.010.263058.2271.37
HexBCB0BB0611A131847
Octal2742602730613246110107
Binary101111001011000010111011011011101010011000110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0BB; }

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

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

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

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

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

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

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

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