Shades of Moon Raker #B9ADDD
Tints of Moon Raker #B9ADDD
RGB
CMYK
RGB Variations
Color information
#B9ADDD (or 0xB9ADDD) is known color: Moon Raker. HEX triplet: B9, AD and DD. RGB value is (185,173,221). Sum of RGB (Red+Green+Blue) = 185+173+221=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADDD is #465222. Grayscale: #B5B5B5. Windows color (decimal): -4608547 or 14527929. OLE color: 14527929.
HSL color Cylindrical-coordinate representation of color #B9ADDD: hue angle of 255º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ADDD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 173 | 221 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.13 |
| HSL | 255º | 0.41% | 0.77% | - |
| HSV(B) | 255º | 0.22% | 0.87% | - |
| XYZ | 48 | 45.42 | 74.64 | - |
| YUV | 182.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 221 | 0.16 | 0.22 | 0 | 0.13 | 255 | 0.41 | 0.77 |
| Hex | B9 | AD | DD | 10 | 16 | 0 | D | FF | 29 | 4D |
| Octal | 271 | 255 | 335 | 20 | 26 | 0 | 15 | 377 | 51 | 115 |
| Binary | 10111001 | 10101101 | 11011101 | 10000 | 10110 | 0 | 1101 | 11111111 | 101001 | 1001101 |
Color Harmonies of #B9ADDD
Complementary color
Monochromatic Colors of #B9ADDD
Black with #B9ADDD
Text Example
Text Example
White with #B9ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADDD; }
p { color: rgb(185,173,221); }
H1.HeaderClassName
{
color: #B9ADDD;
}
.AnyTagClassName
{
color: #B9ADDD;
}
</style>
background-color css
<style>
a { background-color: #B9ADDD; }
a { background-color: rgb(185,173,221); }
div.DivClassName
{
background-color: #B9ADDD;
}
.BgClassName
{
background-color: #B9ADDD;
}
</style>
border-color css
<style>
span { border-color: #B9ADDD; }
span { border-color: rgb(185,173,221); }
td.TdClassName
{
border-color: #B9ADDD;
}
.TagClassName
{
border-color: #B9ADDD;
}
</style>