Shades of Moon Raker #B6A8DD
Tints of Moon Raker #B6A8DD
RGB
CMYK
RGB Variations
Color information
#B6A8DD (or 0xB6A8DD) is known color: Moon Raker. HEX triplet: B6, A8 and DD. RGB value is (182,168,221). Sum of RGB (Red+Green+Blue) = 182+168+221=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8DD is #495722. Grayscale: #B2B2B2. Windows color (decimal): -4806435 or 14526646. OLE color: 14526646.
HSL color Cylindrical-coordinate representation of color #B6A8DD: hue angle of 255.85º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A8DD is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 168 | 221 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.13 |
| HSL | 255.85º | 0.44% | 0.76% | - |
| HSV(B) | 255.85º | 0.24% | 0.87% | - |
| XYZ | 46.35 | 43.17 | 74.3 | - |
| YUV | 178.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 221 | 0.18 | 0.24 | 0 | 0.13 | 255.85 | 0.44 | 0.76 |
| Hex | B6 | A8 | DD | 12 | 18 | 0 | D | 100 | 2C | 4C |
| Octal | 266 | 250 | 335 | 22 | 30 | 0 | 15 | 400 | 54 | 114 |
| Binary | 10110110 | 10101000 | 11011101 | 10010 | 11000 | 0 | 1101 | 100000000 | 101100 | 1001100 |
Color Harmonies of #B6A8DD
Complementary color
Monochromatic Colors of #B6A8DD
Black with #B6A8DD
Text Example
Text Example
White with #B6A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8DD; }
p { color: rgb(182,168,221); }
H1.HeaderClassName
{
color: #B6A8DD;
}
.AnyTagClassName
{
color: #B6A8DD;
}
</style>
background-color css
<style>
a { background-color: #B6A8DD; }
a { background-color: rgb(182,168,221); }
div.DivClassName
{
background-color: #B6A8DD;
}
.BgClassName
{
background-color: #B6A8DD;
}
</style>
border-color css
<style>
span { border-color: #B6A8DD; }
span { border-color: rgb(182,168,221); }
td.TdClassName
{
border-color: #B6A8DD;
}
.TagClassName
{
border-color: #B6A8DD;
}
</style>