#B5BDAE

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

Shades of Pumice #B5BDAE

Tints of Pumice #B5BDAE

Color information

#B5BDAE (or 0xB5BDAE) is unknown color: approx Pumice. HEX triplet: B5, BD and AE. RGB value is (181,189,174). Sum of RGB (Red+Green+Blue) = 181+189+174=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDAE is #4A4251. Grayscale: #B8B8B8. Windows color (decimal): -4866642 or 11451829. OLE color: 11451829.

HSL color Cylindrical-coordinate representation of color #B5BDAE: hue angle of 92º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5BDAE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB181189174-
CMYK0.0400.080.26
HSL92º10.2%71.18%-
HSV(B)92º7.94%74.12%-
XYZ44.8949.2747.19-
YUV184.9121.85125.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=33.27%
G=34.74%
B=31.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891740.0400.080.269210.271.18
HexB5BDAE4081A5ca47
Octal26527525640103213412107
Binary1011010110111101101011101000100011010101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDAE; }

 p { color: rgb(181,189,174); }

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

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

 a { background-color: rgb(181,189,174); }

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

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

 span { border-color: rgb(181,189,174); }

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