Shades of Moon Raker #B9ADD6
Tints of Moon Raker #B9ADD6
RGB
CMYK
RGB Variations
Color information
#B9ADD6 (or 0xB9ADD6) is known color: Moon Raker. HEX triplet: B9, AD and D6. RGB value is (185,173,214). Sum of RGB (Red+Green+Blue) = 185+173+214=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #B9ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADD6 is #465229. Grayscale: #B5B5B5. Windows color (decimal): -4608554 or 14069177. OLE color: 14069177.
HSL color Cylindrical-coordinate representation of color #B9ADD6: hue angle of 257.56º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9ADD6 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 173 | 214 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.16 |
| HSL | 257.56º | 0.33% | 0.76% | - |
| HSV(B) | 257.56º | 0.19% | 0.84% | - |
| XYZ | 47.09 | 45.06 | 69.83 | - |
| YUV | 181.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 214 | 0.14 | 0.19 | 0 | 0.16 | 257.56 | 0.33 | 0.76 |
| Hex | B9 | AD | D6 | E | 13 | 0 | 10 | 102 | 21 | 4C |
| Octal | 271 | 255 | 326 | 16 | 23 | 0 | 20 | 402 | 41 | 114 |
| Binary | 10111001 | 10101101 | 11010110 | 1110 | 10011 | 0 | 10000 | 100000010 | 100001 | 1001100 |
Color Harmonies of #B9ADD6
Complementary color
Monochromatic Colors of #B9ADD6
Black with #B9ADD6
Text Example
Text Example
White with #B9ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADD6; }
p { color: rgb(185,173,214); }
H1.HeaderClassName
{
color: #B9ADD6;
}
.AnyTagClassName
{
color: #B9ADD6;
}
</style>
background-color css
<style>
a { background-color: #B9ADD6; }
a { background-color: rgb(185,173,214); }
div.DivClassName
{
background-color: #B9ADD6;
}
.BgClassName
{
background-color: #B9ADD6;
}
</style>
border-color css
<style>
span { border-color: #B9ADD6; }
span { border-color: rgb(185,173,214); }
td.TdClassName
{
border-color: #B9ADD6;
}
.TagClassName
{
border-color: #B9ADD6;
}
</style>