Shades of Moon Raker #B4A8E1
Tints of Moon Raker #B4A8E1
RGB
CMYK
RGB Variations
Color information
#B4A8E1 (or 0xB4A8E1) is known color: Moon Raker. HEX triplet: B4, A8 and E1. RGB value is (180,168,225). Sum of RGB (Red+Green+Blue) = 180+168+225=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4A8E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8E1 is #4B571E. Grayscale: #B1B1B1. Windows color (decimal): -4937503 or 14788788. OLE color: 14788788.
HSL color Cylindrical-coordinate representation of color #B4A8E1: hue angle of 252.63º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4A8E1 is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 168 | 225 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.12 |
| HSL | 252.63º | 0.49% | 0.77% | - |
| HSV(B) | 252.63º | 0.25% | 0.88% | - |
| XYZ | 46.42 | 43.14 | 77.12 | - |
| YUV | 178.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 225 | 0.2 | 0.25 | 0 | 0.12 | 252.63 | 0.49 | 0.77 |
| Hex | B4 | A8 | E1 | 14 | 19 | 0 | C | FD | 31 | 4D |
| Octal | 264 | 250 | 341 | 24 | 31 | 0 | 14 | 375 | 61 | 115 |
| Binary | 10110100 | 10101000 | 11100001 | 10100 | 11001 | 0 | 1100 | 11111101 | 110001 | 1001101 |
Color Harmonies of #B4A8E1
Complementary color
Monochromatic Colors of #B4A8E1
Black with #B4A8E1
Text Example
Text Example
White with #B4A8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8E1; }
p { color: rgb(180,168,225); }
H1.HeaderClassName
{
color: #B4A8E1;
}
.AnyTagClassName
{
color: #B4A8E1;
}
</style>
background-color css
<style>
a { background-color: #B4A8E1; }
a { background-color: rgb(180,168,225); }
div.DivClassName
{
background-color: #B4A8E1;
}
.BgClassName
{
background-color: #B4A8E1;
}
</style>
border-color css
<style>
span { border-color: #B4A8E1; }
span { border-color: rgb(180,168,225); }
td.TdClassName
{
border-color: #B4A8E1;
}
.TagClassName
{
border-color: #B4A8E1;
}
</style>