#BEC0BD

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

Shades of Pumice #BEC0BD

Tints of Pumice #BEC0BD

Color information

#BEC0BD (or 0xBEC0BD) is unknown color: approx Pumice. HEX triplet: BE, C0 and BD. RGB value is (190,192,189). Sum of RGB (Red+Green+Blue) = 190+192+189=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0BD is #413F42. Grayscale: #BFBFBF. Windows color (decimal): -4276035 or 12435646. OLE color: 12435646.

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

Color convert

RGB190192189-
CMYK0.0100.020.25
HSL100º2.33%74.71%-
HSV(B)100º1.56%75.29%-
XYZ49.2752.3255.65-
YUV191.06126.84127.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=33.27%
G=33.63%
B=33.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921890.0100.020.251002.3374.71
HexBEC0BD102196424b
Octal276300275102311442113
Binary1011111011000000101111011010110011100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0BD; }

 p { color: rgb(190,192,189); }

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

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

 a { background-color: rgb(190,192,189); }

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

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

 span { border-color: rgb(190,192,189); }

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