Shades of Moon Raker #BAACDF
Tints of Moon Raker #BAACDF
RGB
CMYK
RGB Variations
Color information
#BAACDF (or 0xBAACDF) is known color: Moon Raker. HEX triplet: BA, AC and DF. RGB value is (186,172,223). Sum of RGB (Red+Green+Blue) = 186+172+223=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACDF is #455320. Grayscale: #B5B5B5. Windows color (decimal): -4543265 or 14658746. OLE color: 14658746.
HSL color Cylindrical-coordinate representation of color #BAACDF: hue angle of 256.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAACDF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 172 | 223 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.13 |
| HSL | 256.47º | 0.44% | 0.77% | - |
| HSV(B) | 256.47º | 0.23% | 0.87% | - |
| XYZ | 48.32 | 45.27 | 76 | - |
| YUV | 182 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 223 | 0.17 | 0.23 | 0 | 0.13 | 256.47 | 0.44 | 0.77 |
| Hex | BA | AC | DF | 11 | 17 | 0 | D | 100 | 2C | 4D |
| Octal | 272 | 254 | 337 | 21 | 27 | 0 | 15 | 400 | 54 | 115 |
| Binary | 10111010 | 10101100 | 11011111 | 10001 | 10111 | 0 | 1101 | 100000000 | 101100 | 1001101 |
Color Harmonies of #BAACDF
Complementary color
Monochromatic Colors of #BAACDF
Black with #BAACDF
Text Example
Text Example
White with #BAACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACDF; }
p { color: rgb(186,172,223); }
H1.HeaderClassName
{
color: #BAACDF;
}
.AnyTagClassName
{
color: #BAACDF;
}
</style>
background-color css
<style>
a { background-color: #BAACDF; }
a { background-color: rgb(186,172,223); }
div.DivClassName
{
background-color: #BAACDF;
}
.BgClassName
{
background-color: #BAACDF;
}
</style>
border-color css
<style>
span { border-color: #BAACDF; }
span { border-color: rgb(186,172,223); }
td.TdClassName
{
border-color: #BAACDF;
}
.TagClassName
{
border-color: #BAACDF;
}
</style>