Shades of Moon Raker #BAADD3
Tints of Moon Raker #BAADD3
RGB
CMYK
RGB Variations
Color information
#BAADD3 (or 0xBAADD3) is known color: Moon Raker. HEX triplet: BA, AD and D3. RGB value is (186,173,211). Sum of RGB (Red+Green+Blue) = 186+173+211=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD3 is #45522C. Grayscale: #B5B5B5. Windows color (decimal): -4543021 or 13872570. OLE color: 13872570.
HSL color Cylindrical-coordinate representation of color #BAADD3: hue angle of 260.53º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAADD3 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 173 | 211 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.17 |
| HSL | 260.53º | 0.3% | 0.75% | - |
| HSV(B) | 260.53º | 0.18% | 0.83% | - |
| XYZ | 46.95 | 45.03 | 67.84 | - |
| YUV | 181.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 211 | 0.12 | 0.18 | 0 | 0.17 | 260.53 | 0.3 | 0.75 |
| Hex | BA | AD | D3 | C | 12 | 0 | 11 | 105 | 1E | 4B |
| Octal | 272 | 255 | 323 | 14 | 22 | 0 | 21 | 405 | 36 | 113 |
| Binary | 10111010 | 10101101 | 11010011 | 1100 | 10010 | 0 | 10001 | 100000101 | 11110 | 1001011 |
Color Harmonies of #BAADD3
Complementary color
Monochromatic Colors of #BAADD3
Black with #BAADD3
Text Example
Text Example
White with #BAADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADD3; }
p { color: rgb(186,173,211); }
H1.HeaderClassName
{
color: #BAADD3;
}
.AnyTagClassName
{
color: #BAADD3;
}
</style>
background-color css
<style>
a { background-color: #BAADD3; }
a { background-color: rgb(186,173,211); }
div.DivClassName
{
background-color: #BAADD3;
}
.BgClassName
{
background-color: #BAADD3;
}
</style>
border-color css
<style>
span { border-color: #BAADD3; }
span { border-color: rgb(186,173,211); }
td.TdClassName
{
border-color: #BAADD3;
}
.TagClassName
{
border-color: #BAADD3;
}
</style>