Shades of Moon Raker #B4A9DB
Tints of Moon Raker #B4A9DB
RGB
CMYK
RGB Variations
Color information
#B4A9DB (or 0xB4A9DB) is known color: Moon Raker. HEX triplet: B4, A9 and DB. RGB value is (180,169,219). Sum of RGB (Red+Green+Blue) = 180+169+219=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9DB is #4B5624. Grayscale: #B1B1B1. Windows color (decimal): -4937253 or 14395828. OLE color: 14395828.
HSL color Cylindrical-coordinate representation of color #B4A9DB: hue angle of 253.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4A9DB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 169 | 219 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.14 |
| HSL | 253.2º | 0.41% | 0.76% | - |
| HSV(B) | 253.2º | 0.23% | 0.86% | - |
| XYZ | 45.8 | 43.19 | 72.94 | - |
| YUV | 177.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 219 | 0.18 | 0.23 | 0 | 0.14 | 253.2 | 0.41 | 0.76 |
| Hex | B4 | A9 | DB | 12 | 17 | 0 | E | FD | 29 | 4C |
| Octal | 264 | 251 | 333 | 22 | 27 | 0 | 16 | 375 | 51 | 114 |
| Binary | 10110100 | 10101001 | 11011011 | 10010 | 10111 | 0 | 1110 | 11111101 | 101001 | 1001100 |
Color Harmonies of #B4A9DB
Complementary color
Monochromatic Colors of #B4A9DB
Black with #B4A9DB
Text Example
Text Example
White with #B4A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A9DB; }
p { color: rgb(180,169,219); }
H1.HeaderClassName
{
color: #B4A9DB;
}
.AnyTagClassName
{
color: #B4A9DB;
}
</style>
background-color css
<style>
a { background-color: #B4A9DB; }
a { background-color: rgb(180,169,219); }
div.DivClassName
{
background-color: #B4A9DB;
}
.BgClassName
{
background-color: #B4A9DB;
}
</style>
border-color css
<style>
span { border-color: #B4A9DB; }
span { border-color: rgb(180,169,219); }
td.TdClassName
{
border-color: #B4A9DB;
}
.TagClassName
{
border-color: #B4A9DB;
}
</style>