Shades of Moon Raker #B9AADF
Tints of Moon Raker #B9AADF
RGB
CMYK
RGB Variations
Color information
#B9AADF (or 0xB9AADF) is known color: Moon Raker. HEX triplet: B9, AA and DF. RGB value is (185,170,223). Sum of RGB (Red+Green+Blue) = 185+170+223=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AADF is #465520. Grayscale: #B4B4B4. Windows color (decimal): -4609313 or 14658233. OLE color: 14658233.
HSL color Cylindrical-coordinate representation of color #B9AADF: hue angle of 256.98º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9AADF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 170 | 223 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.13 |
| HSL | 256.98º | 0.45% | 0.77% | - |
| HSV(B) | 256.98º | 0.24% | 0.87% | - |
| XYZ | 47.7 | 44.39 | 75.87 | - |
| YUV | 180.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 223 | 0.17 | 0.24 | 0 | 0.13 | 256.98 | 0.45 | 0.77 |
| Hex | B9 | AA | DF | 11 | 18 | 0 | D | 101 | 2D | 4D |
| Octal | 271 | 252 | 337 | 21 | 30 | 0 | 15 | 401 | 55 | 115 |
| Binary | 10111001 | 10101010 | 11011111 | 10001 | 11000 | 0 | 1101 | 100000001 | 101101 | 1001101 |
Color Harmonies of #B9AADF
Complementary color
Monochromatic Colors of #B9AADF
Black with #B9AADF
Text Example
Text Example
White with #B9AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AADF; }
p { color: rgb(185,170,223); }
H1.HeaderClassName
{
color: #B9AADF;
}
.AnyTagClassName
{
color: #B9AADF;
}
</style>
background-color css
<style>
a { background-color: #B9AADF; }
a { background-color: rgb(185,170,223); }
div.DivClassName
{
background-color: #B9AADF;
}
.BgClassName
{
background-color: #B9AADF;
}
</style>
border-color css
<style>
span { border-color: #B9AADF; }
span { border-color: rgb(185,170,223); }
td.TdClassName
{
border-color: #B9AADF;
}
.TagClassName
{
border-color: #B9AADF;
}
</style>