Shades of Pumice #BDC9B2
Tints of Pumice #BDC9B2
RGB
CMYK
RGB Variations
Color information
#BDC9B2 (or 0xBDC9B2) is known color: Pumice. HEX triplet: BD, C9 and B2. RGB value is (189,201,178). Sum of RGB (Red+Green+Blue) = 189+201+178=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9B2 is #42364D. Grayscale: #C2C2C2. Windows color (decimal): -4339278 or 11717053. OLE color: 11717053.
HSL color Cylindrical-coordinate representation of color #BDC9B2: hue angle of 91.3º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC9B2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 178 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.21 |
| HSL | 91.3º | 0.18% | 0.74% | - |
| HSV(B) | 91.3º | 0.11% | 0.79% | - |
| XYZ | 49.91 | 55.81 | 50.26 | - |
| YUV | 194.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 178 | 0.06 | 0 | 0.11 | 0.21 | 91.3 | 0.18 | 0.74 |
| Hex | BD | C9 | B2 | 6 | 0 | B | 15 | 5B | 12 | 4A |
| Octal | 275 | 311 | 262 | 6 | 0 | 13 | 25 | 133 | 22 | 112 |
| Binary | 10111101 | 11001001 | 10110010 | 110 | 0 | 1011 | 10101 | 1011011 | 10010 | 1001010 |
Color Harmonies of #BDC9B2
Complementary color
Monochromatic Colors of #BDC9B2
Black with #BDC9B2
Text Example
Text Example
White with #BDC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9B2; }
p { color: rgb(189,201,178); }
H1.HeaderClassName
{
color: #BDC9B2;
}
.AnyTagClassName
{
color: #BDC9B2;
}
</style>
background-color css
<style>
a { background-color: #BDC9B2; }
a { background-color: rgb(189,201,178); }
div.DivClassName
{
background-color: #BDC9B2;
}
.BgClassName
{
background-color: #BDC9B2;
}
</style>
border-color css
<style>
span { border-color: #BDC9B2; }
span { border-color: rgb(189,201,178); }
td.TdClassName
{
border-color: #BDC9B2;
}
.TagClassName
{
border-color: #BDC9B2;
}
</style>