Shades of Moon Raker #BDAAE7
Tints of Moon Raker #BDAAE7
RGB
CMYK
RGB Variations
Color information
#BDAAE7 (or 0xBDAAE7) is known color: Moon Raker. HEX triplet: BD, AA and E7. RGB value is (189,170,231). Sum of RGB (Red+Green+Blue) = 189+170+231=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAE7 is #425518. Grayscale: #B6B6B6. Windows color (decimal): -4347161 or 15182525. OLE color: 15182525.
HSL color Cylindrical-coordinate representation of color #BDAAE7: hue angle of 258.69º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAAE7 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 170 | 231 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.09 |
| HSL | 258.69º | 0.56% | 0.79% | - |
| HSV(B) | 258.69º | 0.26% | 0.91% | - |
| XYZ | 49.78 | 45.34 | 81.73 | - |
| YUV | 182.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 231 | 0.18 | 0.26 | 0 | 0.09 | 258.69 | 0.56 | 0.79 |
| Hex | BD | AA | E7 | 12 | 1A | 0 | 9 | 103 | 38 | 4F |
| Octal | 275 | 252 | 347 | 22 | 32 | 0 | 11 | 403 | 70 | 117 |
| Binary | 10111101 | 10101010 | 11100111 | 10010 | 11010 | 0 | 1001 | 100000011 | 111000 | 1001111 |
Color Harmonies of #BDAAE7
Complementary color
Monochromatic Colors of #BDAAE7
Black with #BDAAE7
Text Example
Text Example
White with #BDAAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAE7; }
p { color: rgb(189,170,231); }
H1.HeaderClassName
{
color: #BDAAE7;
}
.AnyTagClassName
{
color: #BDAAE7;
}
</style>
background-color css
<style>
a { background-color: #BDAAE7; }
a { background-color: rgb(189,170,231); }
div.DivClassName
{
background-color: #BDAAE7;
}
.BgClassName
{
background-color: #BDAAE7;
}
</style>
border-color css
<style>
span { border-color: #BDAAE7; }
span { border-color: rgb(189,170,231); }
td.TdClassName
{
border-color: #BDAAE7;
}
.TagClassName
{
border-color: #BDAAE7;
}
</style>