Shades of Pumice #BDCDB3
Tints of Pumice #BDCDB3
RGB
CMYK
RGB Variations
Color information
#BDCDB3 (or 0xBDCDB3) is known color: Pumice. HEX triplet: BD, CD and B3. RGB value is (189,205,179). Sum of RGB (Red+Green+Blue) = 189+205+179=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDB3 is #42324C. Grayscale: #C5C5C5. Windows color (decimal): -4338253 or 11783613. OLE color: 11783613.
HSL color Cylindrical-coordinate representation of color #BDCDB3: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCDB3 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 179 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.20 |
| HSL | 96.92º | 0.21% | 0.75% | - |
| HSV(B) | 96.92º | 0.13% | 0.8% | - |
| XYZ | 50.95 | 57.74 | 51.11 | - |
| YUV | 197.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 179 | 0.08 | 0 | 0.13 | 0.20 | 96.92 | 0.21 | 0.75 |
| Hex | BD | CD | B3 | 8 | 0 | D | 14 | 61 | 15 | 4B |
| Octal | 275 | 315 | 263 | 10 | 0 | 15 | 24 | 141 | 25 | 113 |
| Binary | 10111101 | 11001101 | 10110011 | 1000 | 0 | 1101 | 10100 | 1100001 | 10101 | 1001011 |
Color Harmonies of #BDCDB3
Complementary color
Monochromatic Colors of #BDCDB3
Black with #BDCDB3
Text Example
Text Example
White with #BDCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDB3; }
p { color: rgb(189,205,179); }
H1.HeaderClassName
{
color: #BDCDB3;
}
.AnyTagClassName
{
color: #BDCDB3;
}
</style>
background-color css
<style>
a { background-color: #BDCDB3; }
a { background-color: rgb(189,205,179); }
div.DivClassName
{
background-color: #BDCDB3;
}
.BgClassName
{
background-color: #BDCDB3;
}
</style>
border-color css
<style>
span { border-color: #BDCDB3; }
span { border-color: rgb(189,205,179); }
td.TdClassName
{
border-color: #BDCDB3;
}
.TagClassName
{
border-color: #BDCDB3;
}
</style>