Shades of Pumice #B5BEAF
Tints of Pumice #B5BEAF
RGB
CMYK
RGB Variations
Color information
#B5BEAF (or 0xB5BEAF) is known color: 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
RGB | 181 | 190 | 175 | - |
CMYK | 0.05 | 0 | 0.08 | 0.25 |
HSL | 96º | 0.1% | 0.72% | - |
HSV(B) | 96º | 0.08% | 0.75% | - |
XYZ | 45.21 | 49.75 | 47.78 | - |
YUV | 185.6 | 122.02 | 124.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 175 | 0.05 | 0 | 0.08 | 0.25 | 96 | 0.1 | 0.72 |
Hex | B5 | BE | AF | 5 | 0 | 8 | 19 | 60 | A | 48 |
Octal | 265 | 276 | 257 | 5 | 0 | 10 | 31 | 140 | 12 | 110 |
Binary | 10110101 | 10111110 | 10101111 | 101 | 0 | 1000 | 11001 | 1100000 | 1010 | 1001000 |
Color Harmonies of #B5BEAF
Complementary color
Monochromatic Colors of #B5BEAF
Black with #B5BEAF
Text Example
Text Example
White with #B5BEAF
Text Example
Text Example
HTML Codes & Css Web 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>