#BEC8B5

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

Shades of Pumice #BEC8B5

Tints of Pumice #BEC8B5

Color information

#BEC8B5 (or 0xBEC8B5) is unknown color: approx Pumice. HEX triplet: BE, C8 and B5. RGB value is (190,200,181). Sum of RGB (Red+Green+Blue) = 190+200+181=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8B5 is #41374A. Grayscale: #C2C2C2. Windows color (decimal): -4273995 or 11913406. OLE color: 11913406.

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

Color convert

RGB190200181-
CMYK0.0500.090.22
HSL91.58º14.73%74.71%-
HSV(B)91.58º9.5%78.43%-
XYZ50.2355.5951.8-
YUV194.84120.19124.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=33.27%
G=35.03%
B=31.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001810.0500.090.2291.5814.7374.71
HexBEC8B5509165cf4b
Octal27631026550112613417113
Binary1011111011001000101101011010100110110101110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8B5; }

 p { color: rgb(190,200,181); }

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

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

 a { background-color: rgb(190,200,181); }

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

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

 span { border-color: rgb(190,200,181); }

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