Shades of Moon Raker #BAACD0
Tints of Moon Raker #BAACD0
RGB
CMYK
RGB Variations
Color information
#BAACD0 (or 0xBAACD0) is known color: Moon Raker. HEX triplet: BA, AC and D0. RGB value is (186,172,208). Sum of RGB (Red+Green+Blue) = 186+172+208=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD0 is #45532F. Grayscale: #B4B4B4. Windows color (decimal): -4543280 or 13675706. OLE color: 13675706.
HSL color Cylindrical-coordinate representation of color #BAACD0: hue angle of 263.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAACD0 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 172 | 208 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.18 |
| HSL | 263.33º | 0.28% | 0.75% | - |
| HSV(B) | 263.33º | 0.17% | 0.82% | - |
| XYZ | 46.39 | 44.5 | 65.82 | - |
| YUV | 180.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 208 | 0.11 | 0.17 | 0 | 0.18 | 263.33 | 0.28 | 0.75 |
| Hex | BA | AC | D0 | B | 11 | 0 | 12 | 107 | 1C | 4B |
| Octal | 272 | 254 | 320 | 13 | 21 | 0 | 22 | 407 | 34 | 113 |
| Binary | 10111010 | 10101100 | 11010000 | 1011 | 10001 | 0 | 10010 | 100000111 | 11100 | 1001011 |
Color Harmonies of #BAACD0
Complementary color
Monochromatic Colors of #BAACD0
Black with #BAACD0
Text Example
Text Example
White with #BAACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACD0; }
p { color: rgb(186,172,208); }
H1.HeaderClassName
{
color: #BAACD0;
}
.AnyTagClassName
{
color: #BAACD0;
}
</style>
background-color css
<style>
a { background-color: #BAACD0; }
a { background-color: rgb(186,172,208); }
div.DivClassName
{
background-color: #BAACD0;
}
.BgClassName
{
background-color: #BAACD0;
}
</style>
border-color css
<style>
span { border-color: #BAACD0; }
span { border-color: rgb(186,172,208); }
td.TdClassName
{
border-color: #BAACD0;
}
.TagClassName
{
border-color: #BAACD0;
}
</style>