Shades of Moon Raker #B4A9DF
Tints of Moon Raker #B4A9DF
RGB
CMYK
RGB Variations
Color information
#B4A9DF (or 0xB4A9DF) is known color: Moon Raker. HEX triplet: B4, A9 and DF. RGB value is (180,169,223). Sum of RGB (Red+Green+Blue) = 180+169+223=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9DF is #4B5620. Grayscale: #B2B2B2. Windows color (decimal): -4937249 or 14657972. OLE color: 14657972.
HSL color Cylindrical-coordinate representation of color #B4A9DF: hue angle of 252.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4A9DF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 169 | 223 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.13 |
| HSL | 252.22º | 0.46% | 0.77% | - |
| HSV(B) | 252.22º | 0.24% | 0.87% | - |
| XYZ | 46.33 | 43.41 | 75.75 | - |
| YUV | 178.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 223 | 0.19 | 0.24 | 0 | 0.13 | 252.22 | 0.46 | 0.77 |
| Hex | B4 | A9 | DF | 13 | 18 | 0 | D | FC | 2E | 4D |
| Octal | 264 | 251 | 337 | 23 | 30 | 0 | 15 | 374 | 56 | 115 |
| Binary | 10110100 | 10101001 | 11011111 | 10011 | 11000 | 0 | 1101 | 11111100 | 101110 | 1001101 |
Color Harmonies of #B4A9DF
Complementary color
Monochromatic Colors of #B4A9DF
Black with #B4A9DF
Text Example
Text Example
White with #B4A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A9DF; }
p { color: rgb(180,169,223); }
H1.HeaderClassName
{
color: #B4A9DF;
}
.AnyTagClassName
{
color: #B4A9DF;
}
</style>
background-color css
<style>
a { background-color: #B4A9DF; }
a { background-color: rgb(180,169,223); }
div.DivClassName
{
background-color: #B4A9DF;
}
.BgClassName
{
background-color: #B4A9DF;
}
</style>
border-color css
<style>
span { border-color: #B4A9DF; }
span { border-color: rgb(180,169,223); }
td.TdClassName
{
border-color: #B4A9DF;
}
.TagClassName
{
border-color: #B4A9DF;
}
</style>