Shades of Moon Raker #BDB6C9
Tints of Moon Raker #BDB6C9
RGB
CMYK
RGB Variations
Color information
#BDB6C9 (or 0xBDB6C9) is known color: Moon Raker. HEX triplet: BD, B6 and C9. RGB value is (189,182,201). Sum of RGB (Red+Green+Blue) = 189+182+201=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6C9 is #424936. Grayscale: #BABABA. Windows color (decimal): -4344119 or 13219517. OLE color: 13219517.
HSL color Cylindrical-coordinate representation of color #BDB6C9: hue angle of 262.11º degrees, saturation: 0.15, 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 #BDB6C9 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 182 | 201 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.21 |
| HSL | 262.11º | 0.15% | 0.75% | - |
| HSV(B) | 262.11º | 0.09% | 0.79% | - |
| XYZ | 48.26 | 48.49 | 62.07 | - |
| YUV | 186.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 201 | 0.06 | 0.09 | 0 | 0.21 | 262.11 | 0.15 | 0.75 |
| Hex | BD | B6 | C9 | 6 | 9 | 0 | 15 | 106 | F | 4B |
| Octal | 275 | 266 | 311 | 6 | 11 | 0 | 25 | 406 | 17 | 113 |
| Binary | 10111101 | 10110110 | 11001001 | 110 | 1001 | 0 | 10101 | 100000110 | 1111 | 1001011 |
Color Harmonies of #BDB6C9
Complementary color
Monochromatic Colors of #BDB6C9
Black with #BDB6C9
Text Example
Text Example
White with #BDB6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6C9; }
p { color: rgb(189,182,201); }
H1.HeaderClassName
{
color: #BDB6C9;
}
.AnyTagClassName
{
color: #BDB6C9;
}
</style>
background-color css
<style>
a { background-color: #BDB6C9; }
a { background-color: rgb(189,182,201); }
div.DivClassName
{
background-color: #BDB6C9;
}
.BgClassName
{
background-color: #BDB6C9;
}
</style>
border-color css
<style>
span { border-color: #BDB6C9; }
span { border-color: rgb(189,182,201); }
td.TdClassName
{
border-color: #BDB6C9;
}
.TagClassName
{
border-color: #BDB6C9;
}
</style>