Shades of Moon Raker #B9ABCD
Tints of Moon Raker #B9ABCD
RGB
CMYK
RGB Variations
Color information
#B9ABCD (or 0xB9ABCD) is known color: Moon Raker. HEX triplet: B9, AB and CD. RGB value is (185,171,205). Sum of RGB (Red+Green+Blue) = 185+171+205=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABCD is #465432. Grayscale: #B2B2B2. Windows color (decimal): -4609075 or 13478841. OLE color: 13478841.
HSL color Cylindrical-coordinate representation of color #B9ABCD: hue angle of 264.71º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9ABCD is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 171 | 205 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.20 |
| HSL | 264.71º | 0.25% | 0.74% | - |
| HSV(B) | 264.71º | 0.17% | 0.8% | - |
| XYZ | 45.59 | 43.85 | 63.82 | - |
| YUV | 179.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 205 | 0.10 | 0.17 | 0 | 0.20 | 264.71 | 0.25 | 0.74 |
| Hex | B9 | AB | CD | A | 11 | 0 | 14 | 109 | 19 | 4A |
| Octal | 271 | 253 | 315 | 12 | 21 | 0 | 24 | 411 | 31 | 112 |
| Binary | 10111001 | 10101011 | 11001101 | 1010 | 10001 | 0 | 10100 | 100001001 | 11001 | 1001010 |
Color Harmonies of #B9ABCD
Complementary color
Monochromatic Colors of #B9ABCD
Black with #B9ABCD
Text Example
Text Example
White with #B9ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABCD; }
p { color: rgb(185,171,205); }
H1.HeaderClassName
{
color: #B9ABCD;
}
.AnyTagClassName
{
color: #B9ABCD;
}
</style>
background-color css
<style>
a { background-color: #B9ABCD; }
a { background-color: rgb(185,171,205); }
div.DivClassName
{
background-color: #B9ABCD;
}
.BgClassName
{
background-color: #B9ABCD;
}
</style>
border-color css
<style>
span { border-color: #B9ABCD; }
span { border-color: rgb(185,171,205); }
td.TdClassName
{
border-color: #B9ABCD;
}
.TagClassName
{
border-color: #B9ABCD;
}
</style>