Shades of Moon Raker #B9A9CE
Tints of Moon Raker #B9A9CE
RGB
CMYK
RGB Variations
Color information
#B9A9CE (or 0xB9A9CE) is known color: Moon Raker. HEX triplet: B9, A9 and CE. RGB value is (185,169,206). Sum of RGB (Red+Green+Blue) = 185+169+206=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9CE is #465631. Grayscale: #B1B1B1. Windows color (decimal): -4609586 or 13543865. OLE color: 13543865.
HSL color Cylindrical-coordinate representation of color #B9A9CE: hue angle of 265.95º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9A9CE is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 169 | 206 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.19 |
| HSL | 265.95º | 0.27% | 0.74% | - |
| HSV(B) | 265.95º | 0.18% | 0.81% | - |
| XYZ | 45.34 | 43.15 | 64.33 | - |
| YUV | 178 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 206 | 0.10 | 0.18 | 0 | 0.19 | 265.95 | 0.27 | 0.74 |
| Hex | B9 | A9 | CE | A | 12 | 0 | 13 | 10A | 1B | 4A |
| Octal | 271 | 251 | 316 | 12 | 22 | 0 | 23 | 412 | 33 | 112 |
| Binary | 10111001 | 10101001 | 11001110 | 1010 | 10010 | 0 | 10011 | 100001010 | 11011 | 1001010 |
Color Harmonies of #B9A9CE
Complementary color
Monochromatic Colors of #B9A9CE
Black with #B9A9CE
Text Example
Text Example
White with #B9A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A9CE; }
p { color: rgb(185,169,206); }
H1.HeaderClassName
{
color: #B9A9CE;
}
.AnyTagClassName
{
color: #B9A9CE;
}
</style>
background-color css
<style>
a { background-color: #B9A9CE; }
a { background-color: rgb(185,169,206); }
div.DivClassName
{
background-color: #B9A9CE;
}
.BgClassName
{
background-color: #B9A9CE;
}
</style>
border-color css
<style>
span { border-color: #B9A9CE; }
span { border-color: rgb(185,169,206); }
td.TdClassName
{
border-color: #B9A9CE;
}
.TagClassName
{
border-color: #B9A9CE;
}
</style>