Shades of Moon Raker #BDB4D5
Tints of Moon Raker #BDB4D5
RGB
CMYK
RGB Variations
Color information
#BDB4D5 (or 0xBDB4D5) is known color: Moon Raker. HEX triplet: BD, B4 and D5. RGB value is (189,180,213). Sum of RGB (Red+Green+Blue) = 189+180+213=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4D5 is #424B2A. Grayscale: #BABABA. Windows color (decimal): -4344619 or 14005437. OLE color: 14005437.
HSL color Cylindrical-coordinate representation of color #BDB4D5: hue angle of 256.36º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB4D5 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 180 | 213 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.16 |
| HSL | 256.36º | 0.28% | 0.77% | - |
| HSV(B) | 256.36º | 0.15% | 0.84% | - |
| XYZ | 49.32 | 48.27 | 69.67 | - |
| YUV | 186.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 213 | 0.11 | 0.15 | 0 | 0.16 | 256.36 | 0.28 | 0.77 |
| Hex | BD | B4 | D5 | B | F | 0 | 10 | 100 | 1C | 4D |
| Octal | 275 | 264 | 325 | 13 | 17 | 0 | 20 | 400 | 34 | 115 |
| Binary | 10111101 | 10110100 | 11010101 | 1011 | 1111 | 0 | 10000 | 100000000 | 11100 | 1001101 |
Color Harmonies of #BDB4D5
Complementary color
Monochromatic Colors of #BDB4D5
Black with #BDB4D5
Text Example
Text Example
White with #BDB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4D5; }
p { color: rgb(189,180,213); }
H1.HeaderClassName
{
color: #BDB4D5;
}
.AnyTagClassName
{
color: #BDB4D5;
}
</style>
background-color css
<style>
a { background-color: #BDB4D5; }
a { background-color: rgb(189,180,213); }
div.DivClassName
{
background-color: #BDB4D5;
}
.BgClassName
{
background-color: #BDB4D5;
}
</style>
border-color css
<style>
span { border-color: #BDB4D5; }
span { border-color: rgb(189,180,213); }
td.TdClassName
{
border-color: #BDB4D5;
}
.TagClassName
{
border-color: #BDB4D5;
}
</style>