#BCB1BC

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

Shades of Lola #BCB1BC

Tints of Lola #BCB1BC

Color information

#BCB1BC (or 0xBCB1BC) is unknown color: approx Lola. HEX triplet: BC, B1 and BC. RGB value is (188,177,188). Sum of RGB (Red+Green+Blue) = 188+177+188=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1BC is #434E43. Grayscale: #B5B5B5. Windows color (decimal): -4410948 or 12366268. OLE color: 12366268.

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

Color convert

RGB188177188-
CMYK00.0600.26
HSL300º7.59%71.57%-
HSV(B)300º5.85%73.73%-
XYZ45.5445.7754.01-
YUV181.54131.64132.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=34.00%
G=32.01%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817718800.0600.263007.5971.57
HexBCB1BC0601A12c848
Octal2742612740603245410110
Binary101111001011000110111100011001101010010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1BC; }

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

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

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

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

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

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

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

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