#BEC8B8

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

Shades of Pumice #BEC8B8

Tints of Pumice #BEC8B8

Color information

#BEC8B8 (or 0xBEC8B8) is unknown color: approx Pumice. HEX triplet: BE, C8 and B8. RGB value is (190,200,184). Sum of RGB (Red+Green+Blue) = 190+200+184=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8B8 is #413747. Grayscale: #C3C3C3. Windows color (decimal): -4273992 or 12110014. OLE color: 12110014.

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

Color convert

RGB190200184-
CMYK0.0500.080.22
HSL97.5º12.7%75.29%-
HSV(B)97.5º8%78.43%-
XYZ50.5455.7253.44-
YUV195.19121.69124.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 184 (72.27% from 255) = 32.06%
R=33.10%
G=34.84%
B=32.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001840.0500.080.2297.512.775.29
HexBEC8B85081661d4b
Octal27631027050102614115113
Binary1011111011001000101110001010100010110110000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8B8; }

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

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

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

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

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

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

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

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