#BEC9B3

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

Shades of Pumice #BEC9B3

Tints of Pumice #BEC9B3

Color information

#BEC9B3 (or 0xBEC9B3) is unknown color: approx Pumice. HEX triplet: BE, C9 and B3. RGB value is (190,201,179). Sum of RGB (Red+Green+Blue) = 190+201+179=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9B3 is #41364C. Grayscale: #C3C3C3. Windows color (decimal): -4273741 or 11782590. OLE color: 11782590.

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

Color convert

RGB190201179-
CMYK0.0500.110.21
HSL90º16.92%74.51%-
HSV(B)90º10.95%78.82%-
XYZ50.2655.9850.8-
YUV195.2118.86124.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=33.33%
G=35.26%
B=31.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011790.0500.110.219016.9274.51
HexBEC9B350B155a114b
Octal27631126350132513221113
Binary10111110110010011011001110101011101011011010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9B3; }

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

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

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

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

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

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

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

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