Shades of Moon Raker #BAAEDD
Tints of Moon Raker #BAAEDD
RGB
CMYK
RGB Variations
Color information
#BAAEDD (or 0xBAAEDD) is known color: Moon Raker. HEX triplet: BA, AE and DD. RGB value is (186,174,221). Sum of RGB (Red+Green+Blue) = 186+174+221=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDD is #455122. Grayscale: #B6B6B6. Windows color (decimal): -4542755 or 14528186. OLE color: 14528186.
HSL color Cylindrical-coordinate representation of color #BAAEDD: hue angle of 255.32º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAAEDD is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 174 | 221 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.13 |
| HSL | 255.32º | 0.41% | 0.77% | - |
| HSV(B) | 255.32º | 0.21% | 0.87% | - |
| XYZ | 48.44 | 45.93 | 74.72 | - |
| YUV | 182.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 221 | 0.16 | 0.21 | 0 | 0.13 | 255.32 | 0.41 | 0.77 |
| Hex | BA | AE | DD | 10 | 15 | 0 | D | FF | 29 | 4D |
| Octal | 272 | 256 | 335 | 20 | 25 | 0 | 15 | 377 | 51 | 115 |
| Binary | 10111010 | 10101110 | 11011101 | 10000 | 10101 | 0 | 1101 | 11111111 | 101001 | 1001101 |
Color Harmonies of #BAAEDD
Complementary color
Monochromatic Colors of #BAAEDD
Black with #BAAEDD
Text Example
Text Example
White with #BAAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEDD; }
p { color: rgb(186,174,221); }
H1.HeaderClassName
{
color: #BAAEDD;
}
.AnyTagClassName
{
color: #BAAEDD;
}
</style>
background-color css
<style>
a { background-color: #BAAEDD; }
a { background-color: rgb(186,174,221); }
div.DivClassName
{
background-color: #BAAEDD;
}
.BgClassName
{
background-color: #BAAEDD;
}
</style>
border-color css
<style>
span { border-color: #BAAEDD; }
span { border-color: rgb(186,174,221); }
td.TdClassName
{
border-color: #BAAEDD;
}
.TagClassName
{
border-color: #BAAEDD;
}
</style>