Shades of Moon Raker #B4A6E0
Tints of Moon Raker #B4A6E0
RGB
CMYK
RGB Variations
Color information
#B4A6E0 (or 0xB4A6E0) is known color: Moon Raker. HEX triplet: B4, A6 and E0. RGB value is (180,166,224). Sum of RGB (Red+Green+Blue) = 180+166+224=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #B4A6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6E0 is #4B591F. Grayscale: #B0B0B0. Windows color (decimal): -4938016 or 14722740. OLE color: 14722740.
HSL color Cylindrical-coordinate representation of color #B4A6E0: hue angle of 254.48º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4A6E0 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 166 | 224 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.12 |
| HSL | 254.48º | 0.48% | 0.76% | - |
| HSV(B) | 254.48º | 0.26% | 0.88% | - |
| XYZ | 45.91 | 42.36 | 76.28 | - |
| YUV | 176.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 224 | 0.20 | 0.26 | 0 | 0.12 | 254.48 | 0.48 | 0.76 |
| Hex | B4 | A6 | E0 | 14 | 1A | 0 | C | FE | 30 | 4C |
| Octal | 264 | 246 | 340 | 24 | 32 | 0 | 14 | 376 | 60 | 114 |
| Binary | 10110100 | 10100110 | 11100000 | 10100 | 11010 | 0 | 1100 | 11111110 | 110000 | 1001100 |
Color Harmonies of #B4A6E0
Complementary color
Monochromatic Colors of #B4A6E0
Black with #B4A6E0
Text Example
Text Example
White with #B4A6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A6E0; }
p { color: rgb(180,166,224); }
H1.HeaderClassName
{
color: #B4A6E0;
}
.AnyTagClassName
{
color: #B4A6E0;
}
</style>
background-color css
<style>
a { background-color: #B4A6E0; }
a { background-color: rgb(180,166,224); }
div.DivClassName
{
background-color: #B4A6E0;
}
.BgClassName
{
background-color: #B4A6E0;
}
</style>
border-color css
<style>
span { border-color: #B4A6E0; }
span { border-color: rgb(180,166,224); }
td.TdClassName
{
border-color: #B4A6E0;
}
.TagClassName
{
border-color: #B4A6E0;
}
</style>