Shades of Moon Raker #BAAACF
Tints of Moon Raker #BAAACF
RGB
CMYK
RGB Variations
Color information
#BAAACF (or 0xBAAACF) is known color: Moon Raker. HEX triplet: BA, AA and CF. RGB value is (186,170,207). Sum of RGB (Red+Green+Blue) = 186+170+207=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACF is #455530. Grayscale: #B2B2B2. Windows color (decimal): -4543793 or 13609658. OLE color: 13609658.
HSL color Cylindrical-coordinate representation of color #BAAACF: hue angle of 265.95º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAAACF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 170 | 207 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.19 |
| HSL | 265.95º | 0.28% | 0.74% | - |
| HSV(B) | 265.95º | 0.18% | 0.81% | - |
| XYZ | 45.89 | 43.69 | 65.05 | - |
| YUV | 179 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 207 | 0.10 | 0.18 | 0 | 0.19 | 265.95 | 0.28 | 0.74 |
| Hex | BA | AA | CF | A | 12 | 0 | 13 | 10A | 1C | 4A |
| Octal | 272 | 252 | 317 | 12 | 22 | 0 | 23 | 412 | 34 | 112 |
| Binary | 10111010 | 10101010 | 11001111 | 1010 | 10010 | 0 | 10011 | 100001010 | 11100 | 1001010 |
Color Harmonies of #BAAACF
Complementary color
Monochromatic Colors of #BAAACF
Black with #BAAACF
Text Example
Text Example
White with #BAAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAACF; }
p { color: rgb(186,170,207); }
H1.HeaderClassName
{
color: #BAAACF;
}
.AnyTagClassName
{
color: #BAAACF;
}
</style>
background-color css
<style>
a { background-color: #BAAACF; }
a { background-color: rgb(186,170,207); }
div.DivClassName
{
background-color: #BAAACF;
}
.BgClassName
{
background-color: #BAAACF;
}
</style>
border-color css
<style>
span { border-color: #BAAACF; }
span { border-color: rgb(186,170,207); }
td.TdClassName
{
border-color: #BAAACF;
}
.TagClassName
{
border-color: #BAAACF;
}
</style>