Shades of Pumice #B7BDB3
Tints of Pumice #B7BDB3
RGB
CMYK
RGB Variations
Color information
#B7BDB3 (or 0xB7BDB3) is known color: Pumice. HEX triplet: B7, BD and B3. RGB value is (183,189,179). Sum of RGB (Red+Green+Blue) = 183+189+179=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDB3 is #48424C. Grayscale: #BABABA. Windows color (decimal): -4735565 or 11779511. OLE color: 11779511.
HSL color Cylindrical-coordinate representation of color #B7BDB3: hue angle of 96º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7BDB3 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 183 | 189 | 179 | - |
CMYK | 0.03 | 0 | 0.05 | 0.26 |
HSL | 96º | 0.07% | 0.72% | - |
HSV(B) | 96º | 0.05% | 0.74% | - |
XYZ | 45.86 | 49.72 | 49.83 | - |
YUV | 186.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 189 | 179 | 0.03 | 0 | 0.05 | 0.26 | 96 | 0.07 | 0.72 |
Hex | B7 | BD | B3 | 3 | 0 | 5 | 1A | 60 | 7 | 48 |
Octal | 267 | 275 | 263 | 3 | 0 | 5 | 32 | 140 | 7 | 110 |
Binary | 10110111 | 10111101 | 10110011 | 11 | 0 | 101 | 11010 | 1100000 | 111 | 1001000 |
Color Harmonies of #B7BDB3
Complementary color
Monochromatic Colors of #B7BDB3
Black with #B7BDB3
Text Example
Text Example
White with #B7BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDB3; }
p { color: rgb(183,189,179); }
H1.HeaderClassName
{
color: #B7BDB3;
}
.AnyTagClassName
{
color: #B7BDB3;
}
</style>
background-color css
<style>
a { background-color: #B7BDB3; }
a { background-color: rgb(183,189,179); }
div.DivClassName
{
background-color: #B7BDB3;
}
.BgClassName
{
background-color: #B7BDB3;
}
</style>
border-color css
<style>
span { border-color: #B7BDB3; }
span { border-color: rgb(183,189,179); }
td.TdClassName
{
border-color: #B7BDB3;
}
.TagClassName
{
border-color: #B7BDB3;
}
</style>