Shades of Moon Raker #B9A6D7
Tints of Moon Raker #B9A6D7
RGB
CMYK
RGB Variations
Color information
#B9A6D7 (or 0xB9A6D7) is known color: Moon Raker. HEX triplet: B9, A6 and D7. RGB value is (185,166,215). Sum of RGB (Red+Green+Blue) = 185+166+215=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9A6D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6D7 is #465928. Grayscale: #B1B1B1. Windows color (decimal): -4610345 or 14132921. OLE color: 14132921.
HSL color Cylindrical-coordinate representation of color #B9A6D7: hue angle of 263.27º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A6D7 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 185 | 166 | 215 | - |
CMYK | 0.14 | 0.23 | 0 | 0.16 |
HSL | 263.27º | 0.38% | 0.75% | - |
HSV(B) | 263.27º | 0.23% | 0.84% | - |
XYZ | 45.91 | 42.49 | 70.07 | - |
YUV | 177.27 | 149.29 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 166 | 215 | 0.14 | 0.23 | 0 | 0.16 | 263.27 | 0.38 | 0.75 |
Hex | B9 | A6 | D7 | E | 17 | 0 | 10 | 107 | 26 | 4B |
Octal | 271 | 246 | 327 | 16 | 27 | 0 | 20 | 407 | 46 | 113 |
Binary | 10111001 | 10100110 | 11010111 | 1110 | 10111 | 0 | 10000 | 100000111 | 100110 | 1001011 |
Color Harmonies of #B9A6D7
Complementary color
Monochromatic Colors of #B9A6D7
Black with #B9A6D7
Text Example
Text Example
White with #B9A6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A6D7; }
p { color: rgb(185,166,215); }
H1.HeaderClassName
{
color: #B9A6D7;
}
.AnyTagClassName
{
color: #B9A6D7;
}
</style>
background-color css
<style>
a { background-color: #B9A6D7; }
a { background-color: rgb(185,166,215); }
div.DivClassName
{
background-color: #B9A6D7;
}
.BgClassName
{
background-color: #B9A6D7;
}
</style>
border-color css
<style>
span { border-color: #B9A6D7; }
span { border-color: rgb(185,166,215); }
td.TdClassName
{
border-color: #B9A6D7;
}
.TagClassName
{
border-color: #B9A6D7;
}
</style>