Shades of Moon Raker #BAADDC
Tints of Moon Raker #BAADDC
RGB
CMYK
RGB Variations
Color information
#BAADDC (or 0xBAADDC) is known color: Moon Raker. HEX triplet: BA, AD and DC. RGB value is (186,173,220). Sum of RGB (Red+Green+Blue) = 186+173+220=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADDC is #455223. Grayscale: #B6B6B6. Windows color (decimal): -4543012 or 14462394. OLE color: 14462394.
HSL color Cylindrical-coordinate representation of color #BAADDC: hue angle of 256.6º 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 #BAADDC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 173 | 220 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.14 |
| HSL | 256.6º | 0.4% | 0.77% | - |
| HSV(B) | 256.6º | 0.21% | 0.86% | - |
| XYZ | 48.11 | 45.49 | 73.96 | - |
| YUV | 182.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 220 | 0.15 | 0.21 | 0 | 0.14 | 256.6 | 0.4 | 0.77 |
| Hex | BA | AD | DC | F | 15 | 0 | E | 101 | 28 | 4D |
| Octal | 272 | 255 | 334 | 17 | 25 | 0 | 16 | 401 | 50 | 115 |
| Binary | 10111010 | 10101101 | 11011100 | 1111 | 10101 | 0 | 1110 | 100000001 | 101000 | 1001101 |
Color Harmonies of #BAADDC
Complementary color
Monochromatic Colors of #BAADDC
Black with #BAADDC
Text Example
Text Example
White with #BAADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADDC; }
p { color: rgb(186,173,220); }
H1.HeaderClassName
{
color: #BAADDC;
}
.AnyTagClassName
{
color: #BAADDC;
}
</style>
background-color css
<style>
a { background-color: #BAADDC; }
a { background-color: rgb(186,173,220); }
div.DivClassName
{
background-color: #BAADDC;
}
.BgClassName
{
background-color: #BAADDC;
}
</style>
border-color css
<style>
span { border-color: #BAADDC; }
span { border-color: rgb(186,173,220); }
td.TdClassName
{
border-color: #BAADDC;
}
.TagClassName
{
border-color: #BAADDC;
}
</style>