#BEC7B5

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

Shades of Pumice #BEC7B5

Tints of Pumice #BEC7B5

Color information

#BEC7B5 (or 0xBEC7B5) is unknown color: approx Pumice. HEX triplet: BE, C7 and B5. RGB value is (190,199,181). Sum of RGB (Red+Green+Blue) = 190+199+181=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7B5 is #41384A. Grayscale: #C2C2C2. Windows color (decimal): -4274251 or 11913150. OLE color: 11913150.

HSL color Cylindrical-coordinate representation of color #BEC7B5: hue angle of 90º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC7B5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB190199181-
CMYK0.0500.090.22
HSL90º13.85%74.51%-
HSV(B)90º9.05%78.04%-
XYZ5055.1351.72-
YUV194.26120.52124.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=33.33%
G=34.91%
B=31.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991810.0500.090.229013.8574.51
HexBEC7B5509165ae4b
Octal27630726550112613216113
Binary1011111011000111101101011010100110110101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7B5; }

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

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

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

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

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

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

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

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