Shades of Moon Raker #B9ADCD
Tints of Moon Raker #B9ADCD
RGB
CMYK
RGB Variations
Color information
#B9ADCD (or 0xB9ADCD) is known color: Moon Raker. HEX triplet: B9, AD and CD. RGB value is (185,173,205). Sum of RGB (Red+Green+Blue) = 185+173+205=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADCD is #465232. Grayscale: #B4B4B4. Windows color (decimal): -4608563 or 13479353. OLE color: 13479353.
HSL color Cylindrical-coordinate representation of color #B9ADCD: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9ADCD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 173 | 205 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.20 |
| HSL | 262.5º | 0.24% | 0.74% | - |
| HSV(B) | 262.5º | 0.16% | 0.8% | - |
| XYZ | 45.97 | 44.61 | 63.95 | - |
| YUV | 180.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 205 | 0.10 | 0.16 | 0 | 0.20 | 262.5 | 0.24 | 0.74 |
| Hex | B9 | AD | CD | A | 10 | 0 | 14 | 106 | 18 | 4A |
| Octal | 271 | 255 | 315 | 12 | 20 | 0 | 24 | 406 | 30 | 112 |
| Binary | 10111001 | 10101101 | 11001101 | 1010 | 10000 | 0 | 10100 | 100000110 | 11000 | 1001010 |
Color Harmonies of #B9ADCD
Complementary color
Monochromatic Colors of #B9ADCD
Black with #B9ADCD
Text Example
Text Example
White with #B9ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADCD; }
p { color: rgb(185,173,205); }
H1.HeaderClassName
{
color: #B9ADCD;
}
.AnyTagClassName
{
color: #B9ADCD;
}
</style>
background-color css
<style>
a { background-color: #B9ADCD; }
a { background-color: rgb(185,173,205); }
div.DivClassName
{
background-color: #B9ADCD;
}
.BgClassName
{
background-color: #B9ADCD;
}
</style>
border-color css
<style>
span { border-color: #B9ADCD; }
span { border-color: rgb(185,173,205); }
td.TdClassName
{
border-color: #B9ADCD;
}
.TagClassName
{
border-color: #B9ADCD;
}
</style>