#BECCB5

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

Shades of Pumice #BECCB5

Tints of Pumice #BECCB5

Color information

#BECCB5 (or 0xBECCB5) is unknown color: approx Pumice. HEX triplet: BE, CC and B5. RGB value is (190,204,181). Sum of RGB (Red+Green+Blue) = 190+204+181=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCB5 is #41334A. Grayscale: #C5C5C5. Windows color (decimal): -4272971 or 11914430. OLE color: 11914430.

HSL color Cylindrical-coordinate representation of color #BECCB5: hue angle of 96.52º 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 #BECCB5 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB190204181-
CMYK0.0700.110.2
HSL96.52º18.4%75.49%-
HSV(B)96.52º11.27%80%-
XYZ51.1757.4752.11-
YUV197.19118.86122.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 181 (71.09% from 255) = 31.48%
R=33.04%
G=35.48%
B=31.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041810.0700.110.296.5218.475.49
HexBECCB570B1461124b
Octal27631426570132414122113
Binary10111110110011001011010111101011101001100001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCB5; }

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

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

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

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

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

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

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

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