#BEC9B6

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

Shades of Pumice #BEC9B6

Tints of Pumice #BEC9B6

Color information

#BEC9B6 (or 0xBEC9B6) is unknown color: approx Pumice. HEX triplet: BE, C9 and B6. RGB value is (190,201,182). Sum of RGB (Red+Green+Blue) = 190+201+182=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9B6 is #413649. Grayscale: #C3C3C3. Windows color (decimal): -4273738 or 11979198. OLE color: 11979198.

HSL color Cylindrical-coordinate representation of color #BEC9B6: hue angle of 94.74º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC9B6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB190201182-
CMYK0.0500.090.21
HSL94.74º14.96%75.1%-
HSV(B)94.74º9.45%78.82%-
XYZ50.5756.152.42-
YUV195.54120.36124.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 201 (78.91% from 255) = 35.08%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=33.16%
G=35.08%
B=31.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011820.0500.090.2194.7414.9675.1
HexBEC9B6509155ff4b
Octal27631126650112513717113
Binary1011111011001001101101101010100110101101111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9B6; }

 p { color: rgb(190,201,182); }

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

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

 a { background-color: rgb(190,201,182); }

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

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

 span { border-color: rgb(190,201,182); }

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