Shades of Moon Raker #BAACDA
Tints of Moon Raker #BAACDA
RGB
CMYK
RGB Variations
Color information
#BAACDA (or 0xBAACDA) is known color: Moon Raker. HEX triplet: BA, AC and DA. RGB value is (186,172,218). Sum of RGB (Red+Green+Blue) = 186+172+218=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACDA is #455325. Grayscale: #B5B5B5. Windows color (decimal): -4543270 or 14331066. OLE color: 14331066.
HSL color Cylindrical-coordinate representation of color #BAACDA: hue angle of 258.26º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAACDA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 172 | 218 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.15 |
| HSL | 258.26º | 0.38% | 0.76% | - |
| HSV(B) | 258.26º | 0.21% | 0.85% | - |
| XYZ | 47.66 | 45.01 | 72.5 | - |
| YUV | 181.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 218 | 0.15 | 0.21 | 0 | 0.15 | 258.26 | 0.38 | 0.76 |
| Hex | BA | AC | DA | F | 15 | 0 | F | 102 | 26 | 4C |
| Octal | 272 | 254 | 332 | 17 | 25 | 0 | 17 | 402 | 46 | 114 |
| Binary | 10111010 | 10101100 | 11011010 | 1111 | 10101 | 0 | 1111 | 100000010 | 100110 | 1001100 |
Color Harmonies of #BAACDA
Complementary color
Monochromatic Colors of #BAACDA
Black with #BAACDA
Text Example
Text Example
White with #BAACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACDA; }
p { color: rgb(186,172,218); }
H1.HeaderClassName
{
color: #BAACDA;
}
.AnyTagClassName
{
color: #BAACDA;
}
</style>
background-color css
<style>
a { background-color: #BAACDA; }
a { background-color: rgb(186,172,218); }
div.DivClassName
{
background-color: #BAACDA;
}
.BgClassName
{
background-color: #BAACDA;
}
</style>
border-color css
<style>
span { border-color: #BAACDA; }
span { border-color: rgb(186,172,218); }
td.TdClassName
{
border-color: #BAACDA;
}
.TagClassName
{
border-color: #BAACDA;
}
</style>