Shades of Moon Raker #B9ACD9
Tints of Moon Raker #B9ACD9
RGB
CMYK
RGB Variations
Color information
#B9ACD9 (or 0xB9ACD9) is known color: Moon Raker. HEX triplet: B9, AC and D9. RGB value is (185,172,217). Sum of RGB (Red+Green+Blue) = 185+172+217=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #B9ACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACD9 is #465326. Grayscale: #B4B4B4. Windows color (decimal): -4608807 or 14265529. OLE color: 14265529.
HSL color Cylindrical-coordinate representation of color #B9ACD9: hue angle of 257.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9ACD9 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 172 | 217 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.15 |
| HSL | 257.33º | 0.37% | 0.76% | - |
| HSV(B) | 257.33º | 0.21% | 0.85% | - |
| XYZ | 47.28 | 44.83 | 71.81 | - |
| YUV | 181.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 217 | 0.15 | 0.21 | 0 | 0.15 | 257.33 | 0.37 | 0.76 |
| Hex | B9 | AC | D9 | F | 15 | 0 | F | 101 | 25 | 4C |
| Octal | 271 | 254 | 331 | 17 | 25 | 0 | 17 | 401 | 45 | 114 |
| Binary | 10111001 | 10101100 | 11011001 | 1111 | 10101 | 0 | 1111 | 100000001 | 100101 | 1001100 |
Color Harmonies of #B9ACD9
Complementary color
Monochromatic Colors of #B9ACD9
Black with #B9ACD9
Text Example
Text Example
White with #B9ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACD9; }
p { color: rgb(185,172,217); }
H1.HeaderClassName
{
color: #B9ACD9;
}
.AnyTagClassName
{
color: #B9ACD9;
}
</style>
background-color css
<style>
a { background-color: #B9ACD9; }
a { background-color: rgb(185,172,217); }
div.DivClassName
{
background-color: #B9ACD9;
}
.BgClassName
{
background-color: #B9ACD9;
}
</style>
border-color css
<style>
span { border-color: #B9ACD9; }
span { border-color: rgb(185,172,217); }
td.TdClassName
{
border-color: #B9ACD9;
}
.TagClassName
{
border-color: #B9ACD9;
}
</style>