Shades of Moon Raker #BAAECC
Tints of Moon Raker #BAAECC
RGB
CMYK
RGB Variations
Color information
#BAAECC (or 0xBAAECC) is known color: Moon Raker. HEX triplet: BA, AE and CC. RGB value is (186,174,204). Sum of RGB (Red+Green+Blue) = 186+174+204=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECC is #455133. Grayscale: #B4B4B4. Windows color (decimal): -4542772 or 13414074. OLE color: 13414074.
HSL color Cylindrical-coordinate representation of color #BAAECC: hue angle of 264º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAECC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 174 | 204 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.2 |
| HSL | 264º | 0.23% | 0.74% | - |
| HSV(B) | 264º | 0.15% | 0.8% | - |
| XYZ | 46.28 | 45.07 | 63.39 | - |
| YUV | 181.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 204 | 0.09 | 0.15 | 0 | 0.2 | 264 | 0.23 | 0.74 |
| Hex | BA | AE | CC | 9 | F | 0 | 14 | 108 | 17 | 4A |
| Octal | 272 | 256 | 314 | 11 | 17 | 0 | 24 | 410 | 27 | 112 |
| Binary | 10111010 | 10101110 | 11001100 | 1001 | 1111 | 0 | 10100 | 100001000 | 10111 | 1001010 |
Color Harmonies of #BAAECC
Complementary color
Monochromatic Colors of #BAAECC
Black with #BAAECC
Text Example
Text Example
White with #BAAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAECC; }
p { color: rgb(186,174,204); }
H1.HeaderClassName
{
color: #BAAECC;
}
.AnyTagClassName
{
color: #BAAECC;
}
</style>
background-color css
<style>
a { background-color: #BAAECC; }
a { background-color: rgb(186,174,204); }
div.DivClassName
{
background-color: #BAAECC;
}
.BgClassName
{
background-color: #BAAECC;
}
</style>
border-color css
<style>
span { border-color: #BAAECC; }
span { border-color: rgb(186,174,204); }
td.TdClassName
{
border-color: #BAAECC;
}
.TagClassName
{
border-color: #BAAECC;
}
</style>