Shades of Moon Raker #B4AAD1
Tints of Moon Raker #B4AAD1
RGB
CMYK
RGB Variations
Color information
#B4AAD1 (or 0xB4AAD1) is known color: Moon Raker. HEX triplet: B4, AA and D1. RGB value is (180,170,209). Sum of RGB (Red+Green+Blue) = 180+170+209=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #B4AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAD1 is #4B552E. Grayscale: #B1B1B1. Windows color (decimal): -4937007 or 13740724. OLE color: 13740724.
HSL color Cylindrical-coordinate representation of color #B4AAD1: hue angle of 255.38º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4AAD1 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 170 | 209 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.18 |
| HSL | 255.38º | 0.3% | 0.74% | - |
| HSV(B) | 255.38º | 0.19% | 0.82% | - |
| XYZ | 44.71 | 43.06 | 66.28 | - |
| YUV | 177.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 209 | 0.14 | 0.19 | 0 | 0.18 | 255.38 | 0.3 | 0.74 |
| Hex | B4 | AA | D1 | E | 13 | 0 | 12 | FF | 1E | 4A |
| Octal | 264 | 252 | 321 | 16 | 23 | 0 | 22 | 377 | 36 | 112 |
| Binary | 10110100 | 10101010 | 11010001 | 1110 | 10011 | 0 | 10010 | 11111111 | 11110 | 1001010 |
Color Harmonies of #B4AAD1
Complementary color
Monochromatic Colors of #B4AAD1
Black with #B4AAD1
Text Example
Text Example
White with #B4AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AAD1; }
p { color: rgb(180,170,209); }
H1.HeaderClassName
{
color: #B4AAD1;
}
.AnyTagClassName
{
color: #B4AAD1;
}
</style>
background-color css
<style>
a { background-color: #B4AAD1; }
a { background-color: rgb(180,170,209); }
div.DivClassName
{
background-color: #B4AAD1;
}
.BgClassName
{
background-color: #B4AAD1;
}
</style>
border-color css
<style>
span { border-color: #B4AAD1; }
span { border-color: rgb(180,170,209); }
td.TdClassName
{
border-color: #B4AAD1;
}
.TagClassName
{
border-color: #B4AAD1;
}
</style>