Shades of Moon Raker #BAAEDC
Tints of Moon Raker #BAAEDC
RGB
CMYK
RGB Variations
Color information
#BAAEDC (or 0xBAAEDC) is known color: Moon Raker. HEX triplet: BA, AE and DC. RGB value is (186,174,220). Sum of RGB (Red+Green+Blue) = 186+174+220=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDC is #455123. Grayscale: #B6B6B6. Windows color (decimal): -4542756 or 14462650. OLE color: 14462650.
HSL color Cylindrical-coordinate representation of color #BAAEDC: hue angle of 255.65º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAAEDC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 174 | 220 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.14 |
| HSL | 255.65º | 0.4% | 0.77% | - |
| HSV(B) | 255.65º | 0.21% | 0.86% | - |
| XYZ | 48.3 | 45.88 | 74.02 | - |
| YUV | 182.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 220 | 0.15 | 0.21 | 0 | 0.14 | 255.65 | 0.4 | 0.77 |
| Hex | BA | AE | DC | F | 15 | 0 | E | 100 | 28 | 4D |
| Octal | 272 | 256 | 334 | 17 | 25 | 0 | 16 | 400 | 50 | 115 |
| Binary | 10111010 | 10101110 | 11011100 | 1111 | 10101 | 0 | 1110 | 100000000 | 101000 | 1001101 |
Color Harmonies of #BAAEDC
Complementary color
Monochromatic Colors of #BAAEDC
Black with #BAAEDC
Text Example
Text Example
White with #BAAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEDC; }
p { color: rgb(186,174,220); }
H1.HeaderClassName
{
color: #BAAEDC;
}
.AnyTagClassName
{
color: #BAAEDC;
}
</style>
background-color css
<style>
a { background-color: #BAAEDC; }
a { background-color: rgb(186,174,220); }
div.DivClassName
{
background-color: #BAAEDC;
}
.BgClassName
{
background-color: #BAAEDC;
}
</style>
border-color css
<style>
span { border-color: #BAAEDC; }
span { border-color: rgb(186,174,220); }
td.TdClassName
{
border-color: #BAAEDC;
}
.TagClassName
{
border-color: #BAAEDC;
}
</style>