Shades of Moon Raker #BAACD6
Tints of Moon Raker #BAACD6
RGB
CMYK
RGB Variations
Color information
#BAACD6 (or 0xBAACD6) is known color: Moon Raker. HEX triplet: BA, AC and D6. RGB value is (186,172,214). Sum of RGB (Red+Green+Blue) = 186+172+214=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD6 is #455329. Grayscale: #B4B4B4. Windows color (decimal): -4543274 or 14068922. OLE color: 14068922.
HSL color Cylindrical-coordinate representation of color #BAACD6: hue angle of 260º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAACD6 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 172 | 214 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.16 |
| HSL | 260º | 0.34% | 0.76% | - |
| HSV(B) | 260º | 0.2% | 0.84% | - |
| XYZ | 47.14 | 44.8 | 69.78 | - |
| YUV | 180.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 214 | 0.13 | 0.20 | 0 | 0.16 | 260 | 0.34 | 0.76 |
| Hex | BA | AC | D6 | D | 14 | 0 | 10 | 104 | 22 | 4C |
| Octal | 272 | 254 | 326 | 15 | 24 | 0 | 20 | 404 | 42 | 114 |
| Binary | 10111010 | 10101100 | 11010110 | 1101 | 10100 | 0 | 10000 | 100000100 | 100010 | 1001100 |
Color Harmonies of #BAACD6
Complementary color
Monochromatic Colors of #BAACD6
Black with #BAACD6
Text Example
Text Example
White with #BAACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACD6; }
p { color: rgb(186,172,214); }
H1.HeaderClassName
{
color: #BAACD6;
}
.AnyTagClassName
{
color: #BAACD6;
}
</style>
background-color css
<style>
a { background-color: #BAACD6; }
a { background-color: rgb(186,172,214); }
div.DivClassName
{
background-color: #BAACD6;
}
.BgClassName
{
background-color: #BAACD6;
}
</style>
border-color css
<style>
span { border-color: #BAACD6; }
span { border-color: rgb(186,172,214); }
td.TdClassName
{
border-color: #BAACD6;
}
.TagClassName
{
border-color: #BAACD6;
}
</style>