Shades of Moon Raker #BAADC9
Tints of Moon Raker #BAADC9
RGB
CMYK
RGB Variations
Color information
#BAADC9 (or 0xBAADC9) is known color: Moon Raker. HEX triplet: BA, AD and C9. RGB value is (186,173,201). Sum of RGB (Red+Green+Blue) = 186+173+201=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC9 is #455236. Grayscale: #B3B3B3. Windows color (decimal): -4543031 or 13217210. OLE color: 13217210.
HSL color Cylindrical-coordinate representation of color #BAADC9: hue angle of 267.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAADC9 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 173 | 201 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.21 |
| HSL | 267.86º | 0.21% | 0.73% | - |
| HSV(B) | 267.86º | 0.14% | 0.79% | - |
| XYZ | 45.74 | 44.54 | 61.45 | - |
| YUV | 180.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 201 | 0.07 | 0.14 | 0 | 0.21 | 267.86 | 0.21 | 0.73 |
| Hex | BA | AD | C9 | 7 | E | 0 | 15 | 10C | 15 | 49 |
| Octal | 272 | 255 | 311 | 7 | 16 | 0 | 25 | 414 | 25 | 111 |
| Binary | 10111010 | 10101101 | 11001001 | 111 | 1110 | 0 | 10101 | 100001100 | 10101 | 1001001 |
Color Harmonies of #BAADC9
Complementary color
Monochromatic Colors of #BAADC9
Black with #BAADC9
Text Example
Text Example
White with #BAADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADC9; }
p { color: rgb(186,173,201); }
H1.HeaderClassName
{
color: #BAADC9;
}
.AnyTagClassName
{
color: #BAADC9;
}
</style>
background-color css
<style>
a { background-color: #BAADC9; }
a { background-color: rgb(186,173,201); }
div.DivClassName
{
background-color: #BAADC9;
}
.BgClassName
{
background-color: #BAADC9;
}
</style>
border-color css
<style>
span { border-color: #BAADC9; }
span { border-color: rgb(186,173,201); }
td.TdClassName
{
border-color: #BAADC9;
}
.TagClassName
{
border-color: #BAADC9;
}
</style>