Shades of Moon Raker #BAAED1
Tints of Moon Raker #BAAED1
RGB
CMYK
RGB Variations
Color information
#BAAED1 (or 0xBAAED1) is known color: Moon Raker. HEX triplet: BA, AE and D1. RGB value is (186,174,209). Sum of RGB (Red+Green+Blue) = 186+174+209=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED1 is #45512E. Grayscale: #B5B5B5. Windows color (decimal): -4542767 or 13741754. OLE color: 13741754.
HSL color Cylindrical-coordinate representation of color #BAAED1: hue angle of 260.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAAED1 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 174 | 209 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.18 |
| HSL | 260.57º | 0.28% | 0.75% | - |
| HSV(B) | 260.57º | 0.17% | 0.82% | - |
| XYZ | 46.89 | 45.31 | 66.6 | - |
| YUV | 181.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 209 | 0.11 | 0.17 | 0 | 0.18 | 260.57 | 0.28 | 0.75 |
| Hex | BA | AE | D1 | B | 11 | 0 | 12 | 105 | 1C | 4B |
| Octal | 272 | 256 | 321 | 13 | 21 | 0 | 22 | 405 | 34 | 113 |
| Binary | 10111010 | 10101110 | 11010001 | 1011 | 10001 | 0 | 10010 | 100000101 | 11100 | 1001011 |
Color Harmonies of #BAAED1
Complementary color
Monochromatic Colors of #BAAED1
Black with #BAAED1
Text Example
Text Example
White with #BAAED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAED1; }
p { color: rgb(186,174,209); }
H1.HeaderClassName
{
color: #BAAED1;
}
.AnyTagClassName
{
color: #BAAED1;
}
</style>
background-color css
<style>
a { background-color: #BAAED1; }
a { background-color: rgb(186,174,209); }
div.DivClassName
{
background-color: #BAAED1;
}
.BgClassName
{
background-color: #BAAED1;
}
</style>
border-color css
<style>
span { border-color: #BAAED1; }
span { border-color: rgb(186,174,209); }
td.TdClassName
{
border-color: #BAAED1;
}
.TagClassName
{
border-color: #BAAED1;
}
</style>