Shades of Moon Raker #BDB7C9
Tints of Moon Raker #BDB7C9
RGB
CMYK
RGB Variations
Color information
#BDB7C9 (or 0xBDB7C9) is known color: Moon Raker. HEX triplet: BD, B7 and C9. RGB value is (189,183,201). Sum of RGB (Red+Green+Blue) = 189+183+201=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDB7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7C9 is #424836. Grayscale: #BABABA. Windows color (decimal): -4343863 or 13219773. OLE color: 13219773.
HSL color Cylindrical-coordinate representation of color #BDB7C9: hue angle of 260º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDB7C9 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 183 | 201 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.21 |
| HSL | 260º | 0.14% | 0.75% | - |
| HSV(B) | 260º | 0.09% | 0.79% | - |
| XYZ | 48.46 | 48.9 | 62.14 | - |
| YUV | 186.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 201 | 0.06 | 0.09 | 0 | 0.21 | 260 | 0.14 | 0.75 |
| Hex | BD | B7 | C9 | 6 | 9 | 0 | 15 | 104 | E | 4B |
| Octal | 275 | 267 | 311 | 6 | 11 | 0 | 25 | 404 | 16 | 113 |
| Binary | 10111101 | 10110111 | 11001001 | 110 | 1001 | 0 | 10101 | 100000100 | 1110 | 1001011 |
Color Harmonies of #BDB7C9
Complementary color
Monochromatic Colors of #BDB7C9
Black with #BDB7C9
Text Example
Text Example
White with #BDB7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7C9; }
p { color: rgb(189,183,201); }
H1.HeaderClassName
{
color: #BDB7C9;
}
.AnyTagClassName
{
color: #BDB7C9;
}
</style>
background-color css
<style>
a { background-color: #BDB7C9; }
a { background-color: rgb(189,183,201); }
div.DivClassName
{
background-color: #BDB7C9;
}
.BgClassName
{
background-color: #BDB7C9;
}
</style>
border-color css
<style>
span { border-color: #BDB7C9; }
span { border-color: rgb(189,183,201); }
td.TdClassName
{
border-color: #BDB7C9;
}
.TagClassName
{
border-color: #BDB7C9;
}
</style>