#BECEB3

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

Shades of Pumice #BECEB3

Tints of Pumice #BECEB3

Color information

#BECEB3 (or 0xBECEB3) is unknown color: approx Pumice. HEX triplet: BE, CE and B3. RGB value is (190,206,179). Sum of RGB (Red+Green+Blue) = 190+206+179=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEB3 is #41314C. Grayscale: #C6C6C6. Windows color (decimal): -4272461 or 11783870. OLE color: 11783870.

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

Color convert

RGB190206179-
CMYK0.0800.130.19
HSL95.56º21.6%75.49%-
HSV(B)95.56º13.11%80.78%-
XYZ51.4458.3451.2-
YUV198.14117.2122.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=33.04%
G=35.83%
B=31.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061790.0800.130.1995.5621.675.49
HexBECEB380D1360164b
Octal276316263100152314026113
Binary101111101100111010110011100001101100111100000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEB3; }

 p { color: rgb(190,206,179); }

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

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

 a { background-color: rgb(190,206,179); }

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

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

 span { border-color: rgb(190,206,179); }

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