Shades of Moon Raker #BDB0D5
Tints of Moon Raker #BDB0D5
RGB
CMYK
RGB Variations
Color information
#BDB0D5 (or 0xBDB0D5) is known color: Moon Raker. HEX triplet: BD, B0 and D5. RGB value is (189,176,213). Sum of RGB (Red+Green+Blue) = 189+176+213=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDB0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0D5 is #424F2A. Grayscale: #B7B7B7. Windows color (decimal): -4345643 or 14004413. OLE color: 14004413.
HSL color Cylindrical-coordinate representation of color #BDB0D5: hue angle of 261.08º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB0D5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 176 | 213 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.16 |
| HSL | 261.08º | 0.31% | 0.76% | - |
| HSV(B) | 261.08º | 0.17% | 0.84% | - |
| XYZ | 48.52 | 46.67 | 69.4 | - |
| YUV | 184.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 213 | 0.11 | 0.17 | 0 | 0.16 | 261.08 | 0.31 | 0.76 |
| Hex | BD | B0 | D5 | B | 11 | 0 | 10 | 105 | 1F | 4C |
| Octal | 275 | 260 | 325 | 13 | 21 | 0 | 20 | 405 | 37 | 114 |
| Binary | 10111101 | 10110000 | 11010101 | 1011 | 10001 | 0 | 10000 | 100000101 | 11111 | 1001100 |
Color Harmonies of #BDB0D5
Complementary color
Monochromatic Colors of #BDB0D5
Black with #BDB0D5
Text Example
Text Example
White with #BDB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0D5; }
p { color: rgb(189,176,213); }
H1.HeaderClassName
{
color: #BDB0D5;
}
.AnyTagClassName
{
color: #BDB0D5;
}
</style>
background-color css
<style>
a { background-color: #BDB0D5; }
a { background-color: rgb(189,176,213); }
div.DivClassName
{
background-color: #BDB0D5;
}
.BgClassName
{
background-color: #BDB0D5;
}
</style>
border-color css
<style>
span { border-color: #BDB0D5; }
span { border-color: rgb(189,176,213); }
td.TdClassName
{
border-color: #BDB0D5;
}
.TagClassName
{
border-color: #BDB0D5;
}
</style>