#B5BEAF

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

Shades of Pumice #B5BEAF

Tints of Pumice #B5BEAF

Color information

#B5BEAF (or 0xB5BEAF) is unknown color: approx Pumice. HEX triplet: B5, BE and AF. RGB value is (181,190,175). Sum of RGB (Red+Green+Blue) = 181+190+175=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BEAF is #4A4150. Grayscale: #B9B9B9. Windows color (decimal): -4866385 or 11517621. OLE color: 11517621.

HSL color Cylindrical-coordinate representation of color #B5BEAF: hue angle of 96º 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 #B5BEAF is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB181190175-
CMYK0.0500.080.25
HSL96º10.34%71.57%-
HSV(B)96º7.89%74.51%-
XYZ45.2149.7547.78-
YUV185.6122.02124.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=33.15%
G=34.80%
B=32.05%

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
Decimal1811901750.0500.080.259610.3471.57
HexB5BEAF5081960a48
Octal26527625750103114012110
Binary1011010110111110101011111010100011001110000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEAF; }

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

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

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

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

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

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

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

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