Shades of Moon Raker #BDAEDC
Tints of Moon Raker #BDAEDC
RGB
CMYK
RGB Variations
Color information
#BDAEDC (or 0xBDAEDC) is known color: Moon Raker. HEX triplet: BD, AE and DC. RGB value is (189,174,220). Sum of RGB (Red+Green+Blue) = 189+174+220=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEDC is #425123. Grayscale: #B7B7B7. Windows color (decimal): -4346148 or 14462653. OLE color: 14462653.
HSL color Cylindrical-coordinate representation of color #BDAEDC: hue angle of 259.57º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDAEDC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 174 | 220 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.14 |
| HSL | 259.57º | 0.4% | 0.77% | - |
| HSV(B) | 259.57º | 0.21% | 0.86% | - |
| XYZ | 49.04 | 46.26 | 74.05 | - |
| YUV | 183.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 220 | 0.14 | 0.21 | 0 | 0.14 | 259.57 | 0.4 | 0.77 |
| Hex | BD | AE | DC | E | 15 | 0 | E | 104 | 28 | 4D |
| Octal | 275 | 256 | 334 | 16 | 25 | 0 | 16 | 404 | 50 | 115 |
| Binary | 10111101 | 10101110 | 11011100 | 1110 | 10101 | 0 | 1110 | 100000100 | 101000 | 1001101 |
Color Harmonies of #BDAEDC
Complementary color
Monochromatic Colors of #BDAEDC
Black with #BDAEDC
Text Example
Text Example
White with #BDAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEDC; }
p { color: rgb(189,174,220); }
H1.HeaderClassName
{
color: #BDAEDC;
}
.AnyTagClassName
{
color: #BDAEDC;
}
</style>
background-color css
<style>
a { background-color: #BDAEDC; }
a { background-color: rgb(189,174,220); }
div.DivClassName
{
background-color: #BDAEDC;
}
.BgClassName
{
background-color: #BDAEDC;
}
</style>
border-color css
<style>
span { border-color: #BDAEDC; }
span { border-color: rgb(189,174,220); }
td.TdClassName
{
border-color: #BDAEDC;
}
.TagClassName
{
border-color: #BDAEDC;
}
</style>