Shades of Moon Raker #B4AADB
Tints of Moon Raker #B4AADB
RGB
CMYK
RGB Variations
Color information
#B4AADB (or 0xB4AADB) is known color: Moon Raker. HEX triplet: B4, AA and DB. RGB value is (180,170,219). Sum of RGB (Red+Green+Blue) = 180+170+219=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AADB is #4B5524. Grayscale: #B2B2B2. Windows color (decimal): -4936997 or 14396084. OLE color: 14396084.
HSL color Cylindrical-coordinate representation of color #B4AADB: hue angle of 252.24º 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 #B4AADB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 170 | 219 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.14 |
| HSL | 252.24º | 0.4% | 0.76% | - |
| HSV(B) | 252.24º | 0.22% | 0.86% | - |
| XYZ | 45.98 | 43.57 | 73 | - |
| YUV | 178.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 219 | 0.18 | 0.22 | 0 | 0.14 | 252.24 | 0.4 | 0.76 |
| Hex | B4 | AA | DB | 12 | 16 | 0 | E | FC | 28 | 4C |
| Octal | 264 | 252 | 333 | 22 | 26 | 0 | 16 | 374 | 50 | 114 |
| Binary | 10110100 | 10101010 | 11011011 | 10010 | 10110 | 0 | 1110 | 11111100 | 101000 | 1001100 |
Color Harmonies of #B4AADB
Complementary color
Monochromatic Colors of #B4AADB
Black with #B4AADB
Text Example
Text Example
White with #B4AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AADB; }
p { color: rgb(180,170,219); }
H1.HeaderClassName
{
color: #B4AADB;
}
.AnyTagClassName
{
color: #B4AADB;
}
</style>
background-color css
<style>
a { background-color: #B4AADB; }
a { background-color: rgb(180,170,219); }
div.DivClassName
{
background-color: #B4AADB;
}
.BgClassName
{
background-color: #B4AADB;
}
</style>
border-color css
<style>
span { border-color: #B4AADB; }
span { border-color: rgb(180,170,219); }
td.TdClassName
{
border-color: #B4AADB;
}
.TagClassName
{
border-color: #B4AADB;
}
</style>