Shades of Moon Raker #BDB6CD
Tints of Moon Raker #BDB6CD
RGB
CMYK
RGB Variations
Color information
#BDB6CD (or 0xBDB6CD) is known color: Moon Raker. HEX triplet: BD, B6 and CD. RGB value is (189,182,205). Sum of RGB (Red+Green+Blue) = 189+182+205=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6CD is #424932. Grayscale: #BABABA. Windows color (decimal): -4344115 or 13481661. OLE color: 13481661.
HSL color Cylindrical-coordinate representation of color #BDB6CD: hue angle of 258.26º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDB6CD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 182 | 205 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.20 |
| HSL | 258.26º | 0.19% | 0.76% | - |
| HSV(B) | 258.26º | 0.11% | 0.8% | - |
| XYZ | 48.73 | 48.68 | 64.59 | - |
| YUV | 186.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 205 | 0.08 | 0.11 | 0 | 0.20 | 258.26 | 0.19 | 0.76 |
| Hex | BD | B6 | CD | 8 | B | 0 | 14 | 102 | 13 | 4C |
| Octal | 275 | 266 | 315 | 10 | 13 | 0 | 24 | 402 | 23 | 114 |
| Binary | 10111101 | 10110110 | 11001101 | 1000 | 1011 | 0 | 10100 | 100000010 | 10011 | 1001100 |
Color Harmonies of #BDB6CD
Complementary color
Monochromatic Colors of #BDB6CD
Black with #BDB6CD
Text Example
Text Example
White with #BDB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6CD; }
p { color: rgb(189,182,205); }
H1.HeaderClassName
{
color: #BDB6CD;
}
.AnyTagClassName
{
color: #BDB6CD;
}
</style>
background-color css
<style>
a { background-color: #BDB6CD; }
a { background-color: rgb(189,182,205); }
div.DivClassName
{
background-color: #BDB6CD;
}
.BgClassName
{
background-color: #BDB6CD;
}
</style>
border-color css
<style>
span { border-color: #BDB6CD; }
span { border-color: rgb(189,182,205); }
td.TdClassName
{
border-color: #BDB6CD;
}
.TagClassName
{
border-color: #BDB6CD;
}
</style>