Shades of Moon Raker #B6A9D8
Tints of Moon Raker #B6A9D8
RGB
CMYK
RGB Variations
Color information
#B6A9D8 (or 0xB6A9D8) is known color: Moon Raker. HEX triplet: B6, A9 and D8. RGB value is (182,169,216). Sum of RGB (Red+Green+Blue) = 182+169+216=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6A9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9D8 is #495627. Grayscale: #B2B2B2. Windows color (decimal): -4806184 or 14199222. OLE color: 14199222.
HSL color Cylindrical-coordinate representation of color #B6A9D8: hue angle of 256.6º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6A9D8 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 169 | 216 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.15 |
| HSL | 256.6º | 0.38% | 0.75% | - |
| HSV(B) | 256.6º | 0.22% | 0.85% | - |
| XYZ | 45.87 | 43.28 | 70.9 | - |
| YUV | 178.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 216 | 0.16 | 0.22 | 0 | 0.15 | 256.6 | 0.38 | 0.75 |
| Hex | B6 | A9 | D8 | 10 | 16 | 0 | F | 101 | 26 | 4B |
| Octal | 266 | 251 | 330 | 20 | 26 | 0 | 17 | 401 | 46 | 113 |
| Binary | 10110110 | 10101001 | 11011000 | 10000 | 10110 | 0 | 1111 | 100000001 | 100110 | 1001011 |
Color Harmonies of #B6A9D8
Complementary color
Monochromatic Colors of #B6A9D8
Black with #B6A9D8
Text Example
Text Example
White with #B6A9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A9D8; }
p { color: rgb(182,169,216); }
H1.HeaderClassName
{
color: #B6A9D8;
}
.AnyTagClassName
{
color: #B6A9D8;
}
</style>
background-color css
<style>
a { background-color: #B6A9D8; }
a { background-color: rgb(182,169,216); }
div.DivClassName
{
background-color: #B6A9D8;
}
.BgClassName
{
background-color: #B6A9D8;
}
</style>
border-color css
<style>
span { border-color: #B6A9D8; }
span { border-color: rgb(182,169,216); }
td.TdClassName
{
border-color: #B6A9D8;
}
.TagClassName
{
border-color: #B6A9D8;
}
</style>