Shades of Moon Raker #B9ACD6
Tints of Moon Raker #B9ACD6
RGB
CMYK
RGB Variations
Color information
#B9ACD6 (or 0xB9ACD6) is known color: Moon Raker. HEX triplet: B9, AC and D6. RGB value is (185,172,214). Sum of RGB (Red+Green+Blue) = 185+172+214=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #B9ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACD6 is #465329. Grayscale: #B4B4B4. Windows color (decimal): -4608810 or 14068921. OLE color: 14068921.
HSL color Cylindrical-coordinate representation of color #B9ACD6: hue angle of 258.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9ACD6 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 172 | 214 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.16 |
| HSL | 258.57º | 0.34% | 0.76% | - |
| HSV(B) | 258.57º | 0.2% | 0.84% | - |
| XYZ | 46.9 | 44.67 | 69.77 | - |
| YUV | 180.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 214 | 0.14 | 0.20 | 0 | 0.16 | 258.57 | 0.34 | 0.76 |
| Hex | B9 | AC | D6 | E | 14 | 0 | 10 | 103 | 22 | 4C |
| Octal | 271 | 254 | 326 | 16 | 24 | 0 | 20 | 403 | 42 | 114 |
| Binary | 10111001 | 10101100 | 11010110 | 1110 | 10100 | 0 | 10000 | 100000011 | 100010 | 1001100 |
Color Harmonies of #B9ACD6
Complementary color
Monochromatic Colors of #B9ACD6
Black with #B9ACD6
Text Example
Text Example
White with #B9ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACD6; }
p { color: rgb(185,172,214); }
H1.HeaderClassName
{
color: #B9ACD6;
}
.AnyTagClassName
{
color: #B9ACD6;
}
</style>
background-color css
<style>
a { background-color: #B9ACD6; }
a { background-color: rgb(185,172,214); }
div.DivClassName
{
background-color: #B9ACD6;
}
.BgClassName
{
background-color: #B9ACD6;
}
</style>
border-color css
<style>
span { border-color: #B9ACD6; }
span { border-color: rgb(185,172,214); }
td.TdClassName
{
border-color: #B9ACD6;
}
.TagClassName
{
border-color: #B9ACD6;
}
</style>