Shades of Moon Raker #B9ABD2
Tints of Moon Raker #B9ABD2
RGB
CMYK
RGB Variations
Color information
#B9ABD2 (or 0xB9ABD2) is known color: Moon Raker. HEX triplet: B9, AB and D2. RGB value is (185,171,210). Sum of RGB (Red+Green+Blue) = 185+171+210=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #B9ABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABD2 is #46542D. Grayscale: #B3B3B3. Windows color (decimal): -4609070 or 13806521. OLE color: 13806521.
HSL color Cylindrical-coordinate representation of color #B9ABD2: hue angle of 261.54º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9ABD2 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 171 | 210 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.18 |
| HSL | 261.54º | 0.3% | 0.75% | - |
| HSV(B) | 261.54º | 0.19% | 0.82% | - |
| XYZ | 46.2 | 44.09 | 67.05 | - |
| YUV | 179.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 210 | 0.12 | 0.19 | 0 | 0.18 | 261.54 | 0.3 | 0.75 |
| Hex | B9 | AB | D2 | C | 13 | 0 | 12 | 106 | 1E | 4B |
| Octal | 271 | 253 | 322 | 14 | 23 | 0 | 22 | 406 | 36 | 113 |
| Binary | 10111001 | 10101011 | 11010010 | 1100 | 10011 | 0 | 10010 | 100000110 | 11110 | 1001011 |
Color Harmonies of #B9ABD2
Complementary color
Monochromatic Colors of #B9ABD2
Black with #B9ABD2
Text Example
Text Example
White with #B9ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABD2; }
p { color: rgb(185,171,210); }
H1.HeaderClassName
{
color: #B9ABD2;
}
.AnyTagClassName
{
color: #B9ABD2;
}
</style>
background-color css
<style>
a { background-color: #B9ABD2; }
a { background-color: rgb(185,171,210); }
div.DivClassName
{
background-color: #B9ABD2;
}
.BgClassName
{
background-color: #B9ABD2;
}
</style>
border-color css
<style>
span { border-color: #B9ABD2; }
span { border-color: rgb(185,171,210); }
td.TdClassName
{
border-color: #B9ABD2;
}
.TagClassName
{
border-color: #B9ABD2;
}
</style>