Shades of Moon Raker #BAAED6
Tints of Moon Raker #BAAED6
RGB
CMYK
RGB Variations
Color information
#BAAED6 (or 0xBAAED6) is known color: Moon Raker. HEX triplet: BA, AE and D6. RGB value is (186,174,214). Sum of RGB (Red+Green+Blue) = 186+174+214=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED6 is #455129. Grayscale: #B5B5B5. Windows color (decimal): -4542762 or 14069434. OLE color: 14069434.
HSL color Cylindrical-coordinate representation of color #BAAED6: hue angle of 258º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAAED6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 174 | 214 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.16 |
| HSL | 258º | 0.33% | 0.76% | - |
| HSV(B) | 258º | 0.19% | 0.84% | - |
| XYZ | 47.52 | 45.57 | 69.91 | - |
| YUV | 182.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 214 | 0.13 | 0.19 | 0 | 0.16 | 258 | 0.33 | 0.76 |
| Hex | BA | AE | D6 | D | 13 | 0 | 10 | 102 | 21 | 4C |
| Octal | 272 | 256 | 326 | 15 | 23 | 0 | 20 | 402 | 41 | 114 |
| Binary | 10111010 | 10101110 | 11010110 | 1101 | 10011 | 0 | 10000 | 100000010 | 100001 | 1001100 |
Color Harmonies of #BAAED6
Complementary color
Monochromatic Colors of #BAAED6
Black with #BAAED6
Text Example
Text Example
White with #BAAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAED6; }
p { color: rgb(186,174,214); }
H1.HeaderClassName
{
color: #BAAED6;
}
.AnyTagClassName
{
color: #BAAED6;
}
</style>
background-color css
<style>
a { background-color: #BAAED6; }
a { background-color: rgb(186,174,214); }
div.DivClassName
{
background-color: #BAAED6;
}
.BgClassName
{
background-color: #BAAED6;
}
</style>
border-color css
<style>
span { border-color: #BAAED6; }
span { border-color: rgb(186,174,214); }
td.TdClassName
{
border-color: #BAAED6;
}
.TagClassName
{
border-color: #BAAED6;
}
</style>