#BECAB3

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

Shades of Pumice #BECAB3

Tints of Pumice #BECAB3

Color information

#BECAB3 (or 0xBECAB3) is unknown color: approx Pumice. HEX triplet: BE, CA and B3. RGB value is (190,202,179). Sum of RGB (Red+Green+Blue) = 190+202+179=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAB3 is #41354C. Grayscale: #C3C3C3. Windows color (decimal): -4273485 or 11782846. OLE color: 11782846.

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

Color convert

RGB190202179-
CMYK0.0600.110.21
HSL91.3º17.83%74.71%-
HSV(B)91.3º11.39%79.22%-
XYZ50.4956.4450.88-
YUV195.79118.52123.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=33.27%
G=35.38%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021790.0600.110.2191.317.8374.71
HexBECAB360B155b124b
Octal27631226360132513322113
Binary10111110110010101011001111001011101011011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAB3; }

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

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

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

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

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

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

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

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