#BECBB4

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

Shades of Pumice #BECBB4

Tints of Pumice #BECBB4

Color information

#BECBB4 (or 0xBECBB4) is unknown color: approx Pumice. HEX triplet: BE, CB and B4. RGB value is (190,203,180). Sum of RGB (Red+Green+Blue) = 190+203+180=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBB4 is #41344B. Grayscale: #C4C4C4. Windows color (decimal): -4273228 or 11848638. OLE color: 11848638.

HSL color Cylindrical-coordinate representation of color #BECBB4: hue angle of 93.91º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECBB4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB190203180-
CMYK0.0600.110.20
HSL93.91º18.11%75.1%-
HSV(B)93.91º11.33%79.61%-
XYZ50.8356.9551.49-
YUV196.49118.69123.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=33.16%
G=35.43%
B=31.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031800.0600.110.2093.9118.1175.1
HexBECBB460B145e124b
Octal27631326460132413622113
Binary10111110110010111011010011001011101001011110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBB4; }

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

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

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

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

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

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

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

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