#BECAB5

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

Shades of Pumice #BECAB5

Tints of Pumice #BECAB5

Color information

#BECAB5 (or 0xBECAB5) is unknown color: approx Pumice. HEX triplet: BE, CA and B5. RGB value is (190,202,181). Sum of RGB (Red+Green+Blue) = 190+202+181=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAB5 is #41354A. Grayscale: #C4C4C4. Windows color (decimal): -4273483 or 11913918. OLE color: 11913918.

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

Color convert

RGB190202181-
CMYK0.0600.100.21
HSL94.29º16.54%75.1%-
HSV(B)94.29º10.4%79.22%-
XYZ50.756.5251.95-
YUV196.02119.52123.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=33.16%
G=35.25%
B=31.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021810.0600.100.2194.2916.5475.1
HexBECAB560A155e114b
Octal27631226560122513621113
Binary10111110110010101011010111001010101011011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAB5; }

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

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

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

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

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

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

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

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