#BCB3BE

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

Shades of Lola #BCB3BE

Tints of Lola #BCB3BE

Color information

#BCB3BE (or 0xBCB3BE) is unknown color: approx Lola. HEX triplet: BC, B3 and BE. RGB value is (188,179,190). Sum of RGB (Red+Green+Blue) = 188+179+190=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3BE is #434C41. Grayscale: #B6B6B6. Windows color (decimal): -4410434 or 12497852. OLE color: 12497852.

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

Color convert

RGB188179190-
CMYK0.010.0600.25
HSL289.09º7.8%72.35%-
HSV(B)289.09º5.79%74.51%-
XYZ46.1546.6555.29-
YUV182.94131.98131.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=33.75%
G=32.14%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881791900.010.0600.25289.097.872.35
HexBCB3BE16019121848
Octal2742632761603144110110
Binary101111001011001110111110111001100110010000110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3BE; }

 p { color: rgb(188,179,190); }

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

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

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

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

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

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

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