Shades of Moon Raker #BAACD4
Tints of Moon Raker #BAACD4
RGB
CMYK
RGB Variations
Color information
#BAACD4 (or 0xBAACD4) is known color: Moon Raker. HEX triplet: BA, AC and D4. RGB value is (186,172,212). Sum of RGB (Red+Green+Blue) = 186+172+212=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD4 is #45532B. Grayscale: #B4B4B4. Windows color (decimal): -4543276 or 13937850. OLE color: 13937850.
HSL color Cylindrical-coordinate representation of color #BAACD4: hue angle of 261º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAACD4 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 172 | 212 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.17 |
| HSL | 261º | 0.32% | 0.75% | - |
| HSV(B) | 261º | 0.19% | 0.83% | - |
| XYZ | 46.89 | 44.7 | 68.44 | - |
| YUV | 180.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 212 | 0.12 | 0.19 | 0 | 0.17 | 261 | 0.32 | 0.75 |
| Hex | BA | AC | D4 | C | 13 | 0 | 11 | 105 | 20 | 4B |
| Octal | 272 | 254 | 324 | 14 | 23 | 0 | 21 | 405 | 40 | 113 |
| Binary | 10111010 | 10101100 | 11010100 | 1100 | 10011 | 0 | 10001 | 100000101 | 100000 | 1001011 |
Color Harmonies of #BAACD4
Complementary color
Monochromatic Colors of #BAACD4
Black with #BAACD4
Text Example
Text Example
White with #BAACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACD4; }
p { color: rgb(186,172,212); }
H1.HeaderClassName
{
color: #BAACD4;
}
.AnyTagClassName
{
color: #BAACD4;
}
</style>
background-color css
<style>
a { background-color: #BAACD4; }
a { background-color: rgb(186,172,212); }
div.DivClassName
{
background-color: #BAACD4;
}
.BgClassName
{
background-color: #BAACD4;
}
</style>
border-color css
<style>
span { border-color: #BAACD4; }
span { border-color: rgb(186,172,212); }
td.TdClassName
{
border-color: #BAACD4;
}
.TagClassName
{
border-color: #BAACD4;
}
</style>