Shades of Pumice #B5BDAF
Tints of Pumice #B5BDAF
RGB
CMYK
RGB Variations
Color information
#B5BDAF (or 0xB5BDAF) is known color: Pumice. HEX triplet: B5, BD and AF. RGB value is (181,189,175). Sum of RGB (Red+Green+Blue) = 181+189+175=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDAF is #4A4250. Grayscale: #B9B9B9. Windows color (decimal): -4866641 or 11517365. OLE color: 11517365.
HSL color Cylindrical-coordinate representation of color #B5BDAF: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5BDAF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 189 | 175 | - |
CMYK | 0.04 | 0 | 0.07 | 0.26 |
HSL | 94.29º | 0.1% | 0.71% | - |
HSV(B) | 94.29º | 0.07% | 0.74% | - |
XYZ | 44.99 | 49.31 | 47.7 | - |
YUV | 185.01 | 122.35 | 125.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 189 | 175 | 0.04 | 0 | 0.07 | 0.26 | 94.29 | 0.1 | 0.71 |
Hex | B5 | BD | AF | 4 | 0 | 7 | 1A | 5E | A | 47 |
Octal | 265 | 275 | 257 | 4 | 0 | 7 | 32 | 136 | 12 | 107 |
Binary | 10110101 | 10111101 | 10101111 | 100 | 0 | 111 | 11010 | 1011110 | 1010 | 1000111 |
Color Harmonies of #B5BDAF
Complementary color
Monochromatic Colors of #B5BDAF
Black with #B5BDAF
Text Example
Text Example
White with #B5BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDAF; }
p { color: rgb(181,189,175); }
H1.HeaderClassName
{
color: #B5BDAF;
}
.AnyTagClassName
{
color: #B5BDAF;
}
</style>
background-color css
<style>
a { background-color: #B5BDAF; }
a { background-color: rgb(181,189,175); }
div.DivClassName
{
background-color: #B5BDAF;
}
.BgClassName
{
background-color: #B5BDAF;
}
</style>
border-color css
<style>
span { border-color: #B5BDAF; }
span { border-color: rgb(181,189,175); }
td.TdClassName
{
border-color: #B5BDAF;
}
.TagClassName
{
border-color: #B5BDAF;
}
</style>