Shades of Moon Raker #BAADD2
Tints of Moon Raker #BAADD2
RGB
CMYK
RGB Variations
Color information
#BAADD2 (or 0xBAADD2) is known color: Moon Raker. HEX triplet: BA, AD and D2. RGB value is (186,173,210). Sum of RGB (Red+Green+Blue) = 186+173+210=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #BAADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADD2 is #45522D. Grayscale: #B4B4B4. Windows color (decimal): -4543022 or 13807034. OLE color: 13807034.
HSL color Cylindrical-coordinate representation of color #BAADD2: hue angle of 261.08º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAADD2 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 173 | 210 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.18 |
| HSL | 261.08º | 0.29% | 0.75% | - |
| HSV(B) | 261.08º | 0.18% | 0.82% | - |
| XYZ | 46.83 | 44.98 | 67.19 | - |
| YUV | 181.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 210 | 0.11 | 0.18 | 0 | 0.18 | 261.08 | 0.29 | 0.75 |
| Hex | BA | AD | D2 | B | 12 | 0 | 12 | 105 | 1D | 4B |
| Octal | 272 | 255 | 322 | 13 | 22 | 0 | 22 | 405 | 35 | 113 |
| Binary | 10111010 | 10101101 | 11010010 | 1011 | 10010 | 0 | 10010 | 100000101 | 11101 | 1001011 |
Color Harmonies of #BAADD2
Complementary color
Monochromatic Colors of #BAADD2
Black with #BAADD2
Text Example
Text Example
White with #BAADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADD2; }
p { color: rgb(186,173,210); }
H1.HeaderClassName
{
color: #BAADD2;
}
.AnyTagClassName
{
color: #BAADD2;
}
</style>
background-color css
<style>
a { background-color: #BAADD2; }
a { background-color: rgb(186,173,210); }
div.DivClassName
{
background-color: #BAADD2;
}
.BgClassName
{
background-color: #BAADD2;
}
</style>
border-color css
<style>
span { border-color: #BAADD2; }
span { border-color: rgb(186,173,210); }
td.TdClassName
{
border-color: #BAADD2;
}
.TagClassName
{
border-color: #BAADD2;
}
</style>