#BEC8B4

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

Shades of Pumice #BEC8B4

Tints of Pumice #BEC8B4

Color information

#BEC8B4 (or 0xBEC8B4) is unknown color: approx Pumice. HEX triplet: BE, C8 and B4. RGB value is (190,200,180). Sum of RGB (Red+Green+Blue) = 190+200+180=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8B4 is #41374B. Grayscale: #C2C2C2. Windows color (decimal): -4273996 or 11847870. OLE color: 11847870.

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

Color convert

RGB190200180-
CMYK0.0500.10.22
HSL90º15.38%74.51%-
HSV(B)90º10%78.43%-
XYZ50.1355.5551.26-
YUV194.73119.69124.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=33.33%
G=35.09%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001800.0500.10.229015.3874.51
HexBEC8B450A165af4b
Octal27631026450122613217113
Binary1011111011001000101101001010101010110101101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8B4; }

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

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

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

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

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

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

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

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