Shades of Moon Raker #BAACC9
Tints of Moon Raker #BAACC9
RGB
CMYK
RGB Variations
Color information
#BAACC9 (or 0xBAACC9) is known color: Moon Raker. HEX triplet: BA, AC and C9. RGB value is (186,172,201). Sum of RGB (Red+Green+Blue) = 186+172+201=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC9 is #455336. Grayscale: #B3B3B3. Windows color (decimal): -4543287 or 13216954. OLE color: 13216954.
HSL color Cylindrical-coordinate representation of color #BAACC9: hue angle of 268.97º 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 #BAACC9 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 172 | 201 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.21 |
| HSL | 268.97º | 0.21% | 0.73% | - |
| HSV(B) | 268.97º | 0.14% | 0.79% | - |
| XYZ | 45.54 | 44.16 | 61.38 | - |
| YUV | 179.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 201 | 0.07 | 0.14 | 0 | 0.21 | 268.97 | 0.21 | 0.73 |
| Hex | BA | AC | C9 | 7 | E | 0 | 15 | 10D | 15 | 49 |
| Octal | 272 | 254 | 311 | 7 | 16 | 0 | 25 | 415 | 25 | 111 |
| Binary | 10111010 | 10101100 | 11001001 | 111 | 1110 | 0 | 10101 | 100001101 | 10101 | 1001001 |
Color Harmonies of #BAACC9
Complementary color
Monochromatic Colors of #BAACC9
Black with #BAACC9
Text Example
Text Example
White with #BAACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACC9; }
p { color: rgb(186,172,201); }
H1.HeaderClassName
{
color: #BAACC9;
}
.AnyTagClassName
{
color: #BAACC9;
}
</style>
background-color css
<style>
a { background-color: #BAACC9; }
a { background-color: rgb(186,172,201); }
div.DivClassName
{
background-color: #BAACC9;
}
.BgClassName
{
background-color: #BAACC9;
}
</style>
border-color css
<style>
span { border-color: #BAACC9; }
span { border-color: rgb(186,172,201); }
td.TdClassName
{
border-color: #BAACC9;
}
.TagClassName
{
border-color: #BAACC9;
}
</style>