Shades of Pumice #B2BDA8
Tints of Pumice #B2BDA8
RGB
CMYK
RGB Variations
Color information
#B2BDA8 (or 0xB2BDA8) is known color: Pumice. HEX triplet: B2, BD and A8. RGB value is (178,189,168). Sum of RGB (Red+Green+Blue) = 178+189+168=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDA8 is #4D4257. Grayscale: #B7B7B7. Windows color (decimal): -5063256 or 11058610. OLE color: 11058610.
HSL color Cylindrical-coordinate representation of color #B2BDA8: hue angle of 91.43º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BDA8 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 189 | 168 | - |
CMYK | 0.06 | 0 | 0.11 | 0.26 |
HSL | 91.43º | 0.14% | 0.7% | - |
HSV(B) | 91.43º | 0.11% | 0.74% | - |
XYZ | 43.63 | 48.69 | 44.14 | - |
YUV | 183.32 | 119.36 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 168 | 0.06 | 0 | 0.11 | 0.26 | 91.43 | 0.14 | 0.7 |
Hex | B2 | BD | A8 | 6 | 0 | B | 1A | 5B | E | 46 |
Octal | 262 | 275 | 250 | 6 | 0 | 13 | 32 | 133 | 16 | 106 |
Binary | 10110010 | 10111101 | 10101000 | 110 | 0 | 1011 | 11010 | 1011011 | 1110 | 1000110 |
Color Harmonies of #B2BDA8
Complementary color
Monochromatic Colors of #B2BDA8
Black with #B2BDA8
Text Example
Text Example
White with #B2BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDA8; }
p { color: rgb(178,189,168); }
H1.HeaderClassName
{
color: #B2BDA8;
}
.AnyTagClassName
{
color: #B2BDA8;
}
</style>
background-color css
<style>
a { background-color: #B2BDA8; }
a { background-color: rgb(178,189,168); }
div.DivClassName
{
background-color: #B2BDA8;
}
.BgClassName
{
background-color: #B2BDA8;
}
</style>
border-color css
<style>
span { border-color: #B2BDA8; }
span { border-color: rgb(178,189,168); }
td.TdClassName
{
border-color: #B2BDA8;
}
.TagClassName
{
border-color: #B2BDA8;
}
</style>