Shades of Moon Raker #BAADDA
Tints of Moon Raker #BAADDA
RGB
CMYK
RGB Variations
Color information
#BAADDA (or 0xBAADDA) is known color: Moon Raker. HEX triplet: BA, AD and DA. RGB value is (186,173,218). Sum of RGB (Red+Green+Blue) = 186+173+218=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADDA is #455225. Grayscale: #B5B5B5. Windows color (decimal): -4543014 or 14331322. OLE color: 14331322.
HSL color Cylindrical-coordinate representation of color #BAADDA: hue angle of 257.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAADDA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 186 | 173 | 218 | - |
CMYK | 0.15 | 0.21 | 0 | 0.15 |
HSL | 257.33º | 0.38% | 0.77% | - |
HSV(B) | 257.33º | 0.21% | 0.85% | - |
XYZ | 47.85 | 45.39 | 72.57 | - |
YUV | 182.02 | 148.31 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 173 | 218 | 0.15 | 0.21 | 0 | 0.15 | 257.33 | 0.38 | 0.77 |
Hex | BA | AD | DA | F | 15 | 0 | F | 101 | 26 | 4D |
Octal | 272 | 255 | 332 | 17 | 25 | 0 | 17 | 401 | 46 | 115 |
Binary | 10111010 | 10101101 | 11011010 | 1111 | 10101 | 0 | 1111 | 100000001 | 100110 | 1001101 |
Color Harmonies of #BAADDA
Complementary color
Monochromatic Colors of #BAADDA
Black with #BAADDA
Text Example
Text Example
White with #BAADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADDA; }
p { color: rgb(186,173,218); }
H1.HeaderClassName
{
color: #BAADDA;
}
.AnyTagClassName
{
color: #BAADDA;
}
</style>
background-color css
<style>
a { background-color: #BAADDA; }
a { background-color: rgb(186,173,218); }
div.DivClassName
{
background-color: #BAADDA;
}
.BgClassName
{
background-color: #BAADDA;
}
</style>
border-color css
<style>
span { border-color: #BAADDA; }
span { border-color: rgb(186,173,218); }
td.TdClassName
{
border-color: #BAADDA;
}
.TagClassName
{
border-color: #BAADDA;
}
</style>