#BEC4BA

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

Shades of Pumice #BEC4BA

Tints of Pumice #BEC4BA

Color information

#BEC4BA (or 0xBEC4BA) is unknown color: approx Pumice. HEX triplet: BE, C4 and BA. RGB value is (190,196,186). Sum of RGB (Red+Green+Blue) = 190+196+186=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4BA is #413B45. Grayscale: #C1C1C1. Windows color (decimal): -4275014 or 12240062. OLE color: 12240062.

HSL color Cylindrical-coordinate representation of color #BEC4BA: hue angle of 96º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC4BA is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB190196186-
CMYK0.0300.050.23
HSL96º7.81%74.9%-
HSV(B)96º5.1%76.86%-
XYZ49.8453.9754.25-
YUV193.07124.01125.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=33.22%
G=34.27%
B=32.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961860.0300.050.23967.8174.9
HexBEC4BA305176084b
Octal2763042723052714010113
Binary10111110110001001011101011010110111110000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4BA; }

 p { color: rgb(190,196,186); }

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

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

 a { background-color: rgb(190,196,186); }

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

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

 span { border-color: rgb(190,196,186); }

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