Shades of Moon Raker #BAADCC
Tints of Moon Raker #BAADCC
RGB
CMYK
RGB Variations
Color information
#BAADCC (or 0xBAADCC) is known color: Moon Raker. HEX triplet: BA, AD and CC. RGB value is (186,173,204). Sum of RGB (Red+Green+Blue) = 186+173+204=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADCC is #455233. Grayscale: #B4B4B4. Windows color (decimal): -4543028 or 13413818. OLE color: 13413818.
HSL color Cylindrical-coordinate representation of color #BAADCC: hue angle of 265.16º 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 #BAADCC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 173 | 204 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.2 |
| HSL | 265.16º | 0.23% | 0.74% | - |
| HSV(B) | 265.16º | 0.15% | 0.8% | - |
| XYZ | 46.09 | 44.69 | 63.32 | - |
| YUV | 180.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 204 | 0.09 | 0.15 | 0 | 0.2 | 265.16 | 0.23 | 0.74 |
| Hex | BA | AD | CC | 9 | F | 0 | 14 | 109 | 17 | 4A |
| Octal | 272 | 255 | 314 | 11 | 17 | 0 | 24 | 411 | 27 | 112 |
| Binary | 10111010 | 10101101 | 11001100 | 1001 | 1111 | 0 | 10100 | 100001001 | 10111 | 1001010 |
Color Harmonies of #BAADCC
Complementary color
Monochromatic Colors of #BAADCC
Black with #BAADCC
Text Example
Text Example
White with #BAADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADCC; }
p { color: rgb(186,173,204); }
H1.HeaderClassName
{
color: #BAADCC;
}
.AnyTagClassName
{
color: #BAADCC;
}
</style>
background-color css
<style>
a { background-color: #BAADCC; }
a { background-color: rgb(186,173,204); }
div.DivClassName
{
background-color: #BAADCC;
}
.BgClassName
{
background-color: #BAADCC;
}
</style>
border-color css
<style>
span { border-color: #BAADCC; }
span { border-color: rgb(186,173,204); }
td.TdClassName
{
border-color: #BAADCC;
}
.TagClassName
{
border-color: #BAADCC;
}
</style>