Shades of Moon Raker #BAADDD
Tints of Moon Raker #BAADDD
RGB
CMYK
RGB Variations
Color information
#BAADDD (or 0xBAADDD) is known color: Moon Raker. HEX triplet: BA, AD and DD. RGB value is (186,173,221). Sum of RGB (Red+Green+Blue) = 186+173+221=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADDD is #455222. Grayscale: #B6B6B6. Windows color (decimal): -4543011 or 14527930. OLE color: 14527930.
HSL color Cylindrical-coordinate representation of color #BAADDD: hue angle of 256.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAADDD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 173 | 221 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.13 |
| HSL | 256.25º | 0.41% | 0.77% | - |
| HSV(B) | 256.25º | 0.22% | 0.87% | - |
| XYZ | 48.24 | 45.55 | 74.66 | - |
| YUV | 182.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 221 | 0.16 | 0.22 | 0 | 0.13 | 256.25 | 0.41 | 0.77 |
| Hex | BA | AD | DD | 10 | 16 | 0 | D | 100 | 29 | 4D |
| Octal | 272 | 255 | 335 | 20 | 26 | 0 | 15 | 400 | 51 | 115 |
| Binary | 10111010 | 10101101 | 11011101 | 10000 | 10110 | 0 | 1101 | 100000000 | 101001 | 1001101 |
Color Harmonies of #BAADDD
Complementary color
Monochromatic Colors of #BAADDD
Black with #BAADDD
Text Example
Text Example
White with #BAADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADDD; }
p { color: rgb(186,173,221); }
H1.HeaderClassName
{
color: #BAADDD;
}
.AnyTagClassName
{
color: #BAADDD;
}
</style>
background-color css
<style>
a { background-color: #BAADDD; }
a { background-color: rgb(186,173,221); }
div.DivClassName
{
background-color: #BAADDD;
}
.BgClassName
{
background-color: #BAADDD;
}
</style>
border-color css
<style>
span { border-color: #BAADDD; }
span { border-color: rgb(186,173,221); }
td.TdClassName
{
border-color: #BAADDD;
}
.TagClassName
{
border-color: #BAADDD;
}
</style>