Shades of Moon Raker #BDB0D3
Tints of Moon Raker #BDB0D3
RGB
CMYK
RGB Variations
Color information
#BDB0D3 (or 0xBDB0D3) is known color: Moon Raker. HEX triplet: BD, B0 and D3. RGB value is (189,176,211). Sum of RGB (Red+Green+Blue) = 189+176+211=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDB0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0D3 is #424F2C. Grayscale: #B7B7B7. Windows color (decimal): -4345645 or 13873341. OLE color: 13873341.
HSL color Cylindrical-coordinate representation of color #BDB0D3: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB0D3 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 176 | 211 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.17 |
| HSL | 262.29º | 0.28% | 0.76% | - |
| HSV(B) | 262.29º | 0.17% | 0.83% | - |
| XYZ | 48.27 | 46.57 | 68.07 | - |
| YUV | 183.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 211 | 0.10 | 0.17 | 0 | 0.17 | 262.29 | 0.28 | 0.76 |
| Hex | BD | B0 | D3 | A | 11 | 0 | 11 | 106 | 1C | 4C |
| Octal | 275 | 260 | 323 | 12 | 21 | 0 | 21 | 406 | 34 | 114 |
| Binary | 10111101 | 10110000 | 11010011 | 1010 | 10001 | 0 | 10001 | 100000110 | 11100 | 1001100 |
Color Harmonies of #BDB0D3
Complementary color
Monochromatic Colors of #BDB0D3
Black with #BDB0D3
Text Example
Text Example
White with #BDB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0D3; }
p { color: rgb(189,176,211); }
H1.HeaderClassName
{
color: #BDB0D3;
}
.AnyTagClassName
{
color: #BDB0D3;
}
</style>
background-color css
<style>
a { background-color: #BDB0D3; }
a { background-color: rgb(189,176,211); }
div.DivClassName
{
background-color: #BDB0D3;
}
.BgClassName
{
background-color: #BDB0D3;
}
</style>
border-color css
<style>
span { border-color: #BDB0D3; }
span { border-color: rgb(189,176,211); }
td.TdClassName
{
border-color: #BDB0D3;
}
.TagClassName
{
border-color: #BDB0D3;
}
</style>