#B4BEAF

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

Shades of Pumice #B4BEAF

Tints of Pumice #B4BEAF

Color information

#B4BEAF (or 0xB4BEAF) is unknown color: approx Pumice. HEX triplet: B4, BE and AF. RGB value is (180,190,175). Sum of RGB (Red+Green+Blue) = 180+190+175=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BEAF is #4B4150. Grayscale: #B9B9B9. Windows color (decimal): -4931921 or 11517620. OLE color: 11517620.

HSL color Cylindrical-coordinate representation of color #B4BEAF: hue angle of 100º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4BEAF is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB180190175-
CMYK0.0500.080.25
HSL100º10.34%71.57%-
HSV(B)100º7.89%74.51%-
XYZ44.9749.6347.77-
YUV185.3122.19124.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=33.03%
G=34.86%
B=32.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901750.0500.080.2510010.3471.57
HexB4BEAF5081964a48
Octal26427625750103114412110
Binary1011010010111110101011111010100011001110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEAF; }

 p { color: rgb(180,190,175); }

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

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

 a { background-color: rgb(180,190,175); }

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

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

 span { border-color: rgb(180,190,175); }

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