Shades of Moon Raker #BAADDF
Tints of Moon Raker #BAADDF
RGB
CMYK
RGB Variations
Color information
#BAADDF (or 0xBAADDF) is known color: Moon Raker. HEX triplet: BA, AD and DF. RGB value is (186,173,223). Sum of RGB (Red+Green+Blue) = 186+173+223=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADDF is #455220. Grayscale: #B6B6B6. Windows color (decimal): -4543009 or 14659002. OLE color: 14659002.
HSL color Cylindrical-coordinate representation of color #BAADDF: hue angle of 255.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAADDF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 173 | 223 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.13 |
| HSL | 255.6º | 0.44% | 0.78% | - |
| HSV(B) | 255.6º | 0.22% | 0.87% | - |
| XYZ | 48.51 | 45.65 | 76.07 | - |
| YUV | 182.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 223 | 0.17 | 0.22 | 0 | 0.13 | 255.6 | 0.44 | 0.78 |
| Hex | BA | AD | DF | 11 | 16 | 0 | D | 100 | 2C | 4E |
| Octal | 272 | 255 | 337 | 21 | 26 | 0 | 15 | 400 | 54 | 116 |
| Binary | 10111010 | 10101101 | 11011111 | 10001 | 10110 | 0 | 1101 | 100000000 | 101100 | 1001110 |
Color Harmonies of #BAADDF
Complementary color
Monochromatic Colors of #BAADDF
Black with #BAADDF
Text Example
Text Example
White with #BAADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADDF; }
p { color: rgb(186,173,223); }
H1.HeaderClassName
{
color: #BAADDF;
}
.AnyTagClassName
{
color: #BAADDF;
}
</style>
background-color css
<style>
a { background-color: #BAADDF; }
a { background-color: rgb(186,173,223); }
div.DivClassName
{
background-color: #BAADDF;
}
.BgClassName
{
background-color: #BAADDF;
}
</style>
border-color css
<style>
span { border-color: #BAADDF; }
span { border-color: rgb(186,173,223); }
td.TdClassName
{
border-color: #BAADDF;
}
.TagClassName
{
border-color: #BAADDF;
}
</style>