Shades of Moon Raker #B8AADB
Tints of Moon Raker #B8AADB
RGB
CMYK
RGB Variations
Color information
#B8AADB (or 0xB8AADB) is known color: Moon Raker. HEX triplet: B8, AA and DB. RGB value is (184,170,219). Sum of RGB (Red+Green+Blue) = 184+170+219=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AADB is #475524. Grayscale: #B3B3B3. Windows color (decimal): -4674853 or 14396088. OLE color: 14396088.
HSL color Cylindrical-coordinate representation of color #B8AADB: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8AADB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 170 | 219 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.14 |
| HSL | 257.14º | 0.4% | 0.76% | - |
| HSV(B) | 257.14º | 0.22% | 0.86% | - |
| XYZ | 46.93 | 44.05 | 73.05 | - |
| YUV | 179.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 219 | 0.16 | 0.22 | 0 | 0.14 | 257.14 | 0.4 | 0.76 |
| Hex | B8 | AA | DB | 10 | 16 | 0 | E | 101 | 28 | 4C |
| Octal | 270 | 252 | 333 | 20 | 26 | 0 | 16 | 401 | 50 | 114 |
| Binary | 10111000 | 10101010 | 11011011 | 10000 | 10110 | 0 | 1110 | 100000001 | 101000 | 1001100 |
Color Harmonies of #B8AADB
Complementary color
Monochromatic Colors of #B8AADB
Black with #B8AADB
Text Example
Text Example
White with #B8AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AADB; }
p { color: rgb(184,170,219); }
H1.HeaderClassName
{
color: #B8AADB;
}
.AnyTagClassName
{
color: #B8AADB;
}
</style>
background-color css
<style>
a { background-color: #B8AADB; }
a { background-color: rgb(184,170,219); }
div.DivClassName
{
background-color: #B8AADB;
}
.BgClassName
{
background-color: #B8AADB;
}
</style>
border-color css
<style>
span { border-color: #B8AADB; }
span { border-color: rgb(184,170,219); }
td.TdClassName
{
border-color: #B8AADB;
}
.TagClassName
{
border-color: #B8AADB;
}
</style>