#BECAB2

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

Shades of Pumice #BECAB2

Tints of Pumice #BECAB2

Color information

#BECAB2 (or 0xBECAB2) is unknown color: approx Pumice. HEX triplet: BE, CA and B2. RGB value is (190,202,178). Sum of RGB (Red+Green+Blue) = 190+202+178=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAB2 is #41354D. Grayscale: #C3C3C3. Windows color (decimal): -4273486 or 11717310. OLE color: 11717310.

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

Color convert

RGB190202178-
CMYK0.0600.120.21
HSL90º18.46%74.51%-
HSV(B)90º11.88%79.22%-
XYZ50.3956.450.35-
YUV195.68118.02123.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=33.33%
G=35.44%
B=31.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021780.0600.120.219018.4674.51
HexBECAB260C155a124b
Octal27631226260142513222113
Binary10111110110010101011001011001100101011011010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAB2; }

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

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

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

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

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

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

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

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