Shades of Moon Raker #BDAAE6
Tints of Moon Raker #BDAAE6
RGB
CMYK
RGB Variations
Color information
#BDAAE6 (or 0xBDAAE6) is known color: Moon Raker. HEX triplet: BD, AA and E6. RGB value is (189,170,230). Sum of RGB (Red+Green+Blue) = 189+170+230=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAE6 is #425519. Grayscale: #B6B6B6. Windows color (decimal): -4347162 or 15116989. OLE color: 15116989.
HSL color Cylindrical-coordinate representation of color #BDAAE6: hue angle of 259º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAAE6 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 170 | 230 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.10 |
| HSL | 259º | 0.55% | 0.78% | - |
| HSV(B) | 259º | 0.26% | 0.9% | - |
| XYZ | 49.64 | 45.28 | 80.99 | - |
| YUV | 182.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 230 | 0.18 | 0.26 | 0 | 0.10 | 259 | 0.55 | 0.78 |
| Hex | BD | AA | E6 | 12 | 1A | 0 | A | 103 | 37 | 4E |
| Octal | 275 | 252 | 346 | 22 | 32 | 0 | 12 | 403 | 67 | 116 |
| Binary | 10111101 | 10101010 | 11100110 | 10010 | 11010 | 0 | 1010 | 100000011 | 110111 | 1001110 |
Color Harmonies of #BDAAE6
Complementary color
Monochromatic Colors of #BDAAE6
Black with #BDAAE6
Text Example
Text Example
White with #BDAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAE6; }
p { color: rgb(189,170,230); }
H1.HeaderClassName
{
color: #BDAAE6;
}
.AnyTagClassName
{
color: #BDAAE6;
}
</style>
background-color css
<style>
a { background-color: #BDAAE6; }
a { background-color: rgb(189,170,230); }
div.DivClassName
{
background-color: #BDAAE6;
}
.BgClassName
{
background-color: #BDAAE6;
}
</style>
border-color css
<style>
span { border-color: #BDAAE6; }
span { border-color: rgb(189,170,230); }
td.TdClassName
{
border-color: #BDAAE6;
}
.TagClassName
{
border-color: #BDAAE6;
}
</style>