Shades of Moon Raker #B6A4EA
Tints of Moon Raker #B6A4EA
RGB
CMYK
RGB Variations
Color information
#B6A4EA (or 0xB6A4EA) is known color: Moon Raker. HEX triplet: B6, A4 and EA. RGB value is (182,164,234). Sum of RGB (Red+Green+Blue) = 182+164+234=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4EA is #495B15. Grayscale: #B1B1B1. Windows color (decimal): -4807446 or 15377590. OLE color: 15377590.
HSL color Cylindrical-coordinate representation of color #B6A4EA: hue angle of 255.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6A4EA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 164 | 234 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.08 |
| HSL | 255.43º | 0.63% | 0.78% | - |
| HSV(B) | 255.43º | 0.3% | 0.92% | - |
| XYZ | 47.42 | 42.44 | 83.53 | - |
| YUV | 177.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 234 | 0.22 | 0.30 | 0 | 0.08 | 255.43 | 0.63 | 0.78 |
| Hex | B6 | A4 | EA | 16 | 1E | 0 | 8 | FF | 3E | 4E |
| Octal | 266 | 244 | 352 | 26 | 36 | 0 | 10 | 377 | 76 | 116 |
| Binary | 10110110 | 10100100 | 11101010 | 10110 | 11110 | 0 | 1000 | 11111111 | 111110 | 1001110 |
Color Harmonies of #B6A4EA
Complementary color
Monochromatic Colors of #B6A4EA
Black with #B6A4EA
Text Example
Text Example
White with #B6A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A4EA; }
p { color: rgb(182,164,234); }
H1.HeaderClassName
{
color: #B6A4EA;
}
.AnyTagClassName
{
color: #B6A4EA;
}
</style>
background-color css
<style>
a { background-color: #B6A4EA; }
a { background-color: rgb(182,164,234); }
div.DivClassName
{
background-color: #B6A4EA;
}
.BgClassName
{
background-color: #B6A4EA;
}
</style>
border-color css
<style>
span { border-color: #B6A4EA; }
span { border-color: rgb(182,164,234); }
td.TdClassName
{
border-color: #B6A4EA;
}
.TagClassName
{
border-color: #B6A4EA;
}
</style>