Shades of Moon Raker #BAACCD
Tints of Moon Raker #BAACCD
RGB
CMYK
RGB Variations
Color information
#BAACCD (or 0xBAACCD) is known color: Moon Raker. HEX triplet: BA, AC and CD. RGB value is (186,172,205). Sum of RGB (Red+Green+Blue) = 186+172+205=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACCD is #455332. Grayscale: #B3B3B3. Windows color (decimal): -4543283 or 13479098. OLE color: 13479098.
HSL color Cylindrical-coordinate representation of color #BAACCD: hue angle of 265.45º degrees, saturation: 0.25, 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 #BAACCD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 172 | 205 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.20 |
| HSL | 265.45º | 0.25% | 0.74% | - |
| HSV(B) | 265.45º | 0.16% | 0.8% | - |
| XYZ | 46.02 | 44.35 | 63.89 | - |
| YUV | 179.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 205 | 0.09 | 0.16 | 0 | 0.20 | 265.45 | 0.25 | 0.74 |
| Hex | BA | AC | CD | 9 | 10 | 0 | 14 | 109 | 19 | 4A |
| Octal | 272 | 254 | 315 | 11 | 20 | 0 | 24 | 411 | 31 | 112 |
| Binary | 10111010 | 10101100 | 11001101 | 1001 | 10000 | 0 | 10100 | 100001001 | 11001 | 1001010 |
Color Harmonies of #BAACCD
Complementary color
Monochromatic Colors of #BAACCD
Black with #BAACCD
Text Example
Text Example
White with #BAACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACCD; }
p { color: rgb(186,172,205); }
H1.HeaderClassName
{
color: #BAACCD;
}
.AnyTagClassName
{
color: #BAACCD;
}
</style>
background-color css
<style>
a { background-color: #BAACCD; }
a { background-color: rgb(186,172,205); }
div.DivClassName
{
background-color: #BAACCD;
}
.BgClassName
{
background-color: #BAACCD;
}
</style>
border-color css
<style>
span { border-color: #BAACCD; }
span { border-color: rgb(186,172,205); }
td.TdClassName
{
border-color: #BAACCD;
}
.TagClassName
{
border-color: #BAACCD;
}
</style>