Shades of Moon Raker #BAACCC
Tints of Moon Raker #BAACCC
RGB
CMYK
RGB Variations
Color information
#BAACCC (or 0xBAACCC) is known color: Moon Raker. HEX triplet: BA, AC and CC. RGB value is (186,172,204). Sum of RGB (Red+Green+Blue) = 186+172+204=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACCC is #455333. Grayscale: #B3B3B3. Windows color (decimal): -4543284 or 13413562. OLE color: 13413562.
HSL color Cylindrical-coordinate representation of color #BAACCC: hue angle of 266.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAACCC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 172 | 204 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.2 |
| HSL | 266.25º | 0.24% | 0.74% | - |
| HSV(B) | 266.25º | 0.16% | 0.8% | - |
| XYZ | 45.9 | 44.3 | 63.26 | - |
| YUV | 179.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 204 | 0.09 | 0.16 | 0 | 0.2 | 266.25 | 0.24 | 0.74 |
| Hex | BA | AC | CC | 9 | 10 | 0 | 14 | 10A | 18 | 4A |
| Octal | 272 | 254 | 314 | 11 | 20 | 0 | 24 | 412 | 30 | 112 |
| Binary | 10111010 | 10101100 | 11001100 | 1001 | 10000 | 0 | 10100 | 100001010 | 11000 | 1001010 |
Color Harmonies of #BAACCC
Complementary color
Monochromatic Colors of #BAACCC
Black with #BAACCC
Text Example
Text Example
White with #BAACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACCC; }
p { color: rgb(186,172,204); }
H1.HeaderClassName
{
color: #BAACCC;
}
.AnyTagClassName
{
color: #BAACCC;
}
</style>
background-color css
<style>
a { background-color: #BAACCC; }
a { background-color: rgb(186,172,204); }
div.DivClassName
{
background-color: #BAACCC;
}
.BgClassName
{
background-color: #BAACCC;
}
</style>
border-color css
<style>
span { border-color: #BAACCC; }
span { border-color: rgb(186,172,204); }
td.TdClassName
{
border-color: #BAACCC;
}
.TagClassName
{
border-color: #BAACCC;
}
</style>