Shades of Pumice #BDC6B5
Tints of Pumice #BDC6B5
RGB
CMYK
RGB Variations
Color information
#BDC6B5 (or 0xBDC6B5) is known color: Pumice. HEX triplet: BD, C6 and B5. RGB value is (189,198,181). Sum of RGB (Red+Green+Blue) = 189+198+181=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6B5 is #42394A. Grayscale: #C1C1C1. Windows color (decimal): -4340043 or 11912893. OLE color: 11912893.
HSL color Cylindrical-coordinate representation of color #BDC6B5: hue angle of 91.76º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC6B5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 198 | 181 | - |
CMYK | 0.05 | 0 | 0.09 | 0.22 |
HSL | 91.76º | 0.13% | 0.74% | - |
HSV(B) | 91.76º | 0.09% | 0.78% | - |
XYZ | 49.52 | 54.54 | 51.63 | - |
YUV | 193.37 | 121.02 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 198 | 181 | 0.05 | 0 | 0.09 | 0.22 | 91.76 | 0.13 | 0.74 |
Hex | BD | C6 | B5 | 5 | 0 | 9 | 16 | 5C | D | 4A |
Octal | 275 | 306 | 265 | 5 | 0 | 11 | 26 | 134 | 15 | 112 |
Binary | 10111101 | 11000110 | 10110101 | 101 | 0 | 1001 | 10110 | 1011100 | 1101 | 1001010 |
Color Harmonies of #BDC6B5
Complementary color
Monochromatic Colors of #BDC6B5
Black with #BDC6B5
Text Example
Text Example
White with #BDC6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6B5; }
p { color: rgb(189,198,181); }
H1.HeaderClassName
{
color: #BDC6B5;
}
.AnyTagClassName
{
color: #BDC6B5;
}
</style>
background-color css
<style>
a { background-color: #BDC6B5; }
a { background-color: rgb(189,198,181); }
div.DivClassName
{
background-color: #BDC6B5;
}
.BgClassName
{
background-color: #BDC6B5;
}
</style>
border-color css
<style>
span { border-color: #BDC6B5; }
span { border-color: rgb(189,198,181); }
td.TdClassName
{
border-color: #BDC6B5;
}
.TagClassName
{
border-color: #BDC6B5;
}
</style>