Shades of Moon Raker #BAAED3
Tints of Moon Raker #BAAED3
RGB
CMYK
RGB Variations
Color information
#BAAED3 (or 0xBAAED3) is known color: Moon Raker. HEX triplet: BA, AE and D3. RGB value is (186,174,211). Sum of RGB (Red+Green+Blue) = 186+174+211=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED3 is #45512C. Grayscale: #B5B5B5. Windows color (decimal): -4542765 or 13872826. OLE color: 13872826.
HSL color Cylindrical-coordinate representation of color #BAAED3: hue angle of 259.46º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAAED3 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 174 | 211 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.17 |
| HSL | 259.46º | 0.3% | 0.75% | - |
| HSV(B) | 259.46º | 0.18% | 0.83% | - |
| XYZ | 47.14 | 45.41 | 67.91 | - |
| YUV | 181.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 211 | 0.12 | 0.18 | 0 | 0.17 | 259.46 | 0.3 | 0.75 |
| Hex | BA | AE | D3 | C | 12 | 0 | 11 | 103 | 1E | 4B |
| Octal | 272 | 256 | 323 | 14 | 22 | 0 | 21 | 403 | 36 | 113 |
| Binary | 10111010 | 10101110 | 11010011 | 1100 | 10010 | 0 | 10001 | 100000011 | 11110 | 1001011 |
Color Harmonies of #BAAED3
Complementary color
Monochromatic Colors of #BAAED3
Black with #BAAED3
Text Example
Text Example
White with #BAAED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAED3; }
p { color: rgb(186,174,211); }
H1.HeaderClassName
{
color: #BAAED3;
}
.AnyTagClassName
{
color: #BAAED3;
}
</style>
background-color css
<style>
a { background-color: #BAAED3; }
a { background-color: rgb(186,174,211); }
div.DivClassName
{
background-color: #BAAED3;
}
.BgClassName
{
background-color: #BAAED3;
}
</style>
border-color css
<style>
span { border-color: #BAAED3; }
span { border-color: rgb(186,174,211); }
td.TdClassName
{
border-color: #BAAED3;
}
.TagClassName
{
border-color: #BAAED3;
}
</style>