Shades of Moon Raker #B9ADCC
Tints of Moon Raker #B9ADCC
RGB
CMYK
RGB Variations
Color information
#B9ADCC (or 0xB9ADCC) is known color: Moon Raker. HEX triplet: B9, AD and CC. RGB value is (185,173,204). Sum of RGB (Red+Green+Blue) = 185+173+204=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADCC is #465233. Grayscale: #B4B4B4. Windows color (decimal): -4608564 or 13413817. OLE color: 13413817.
HSL color Cylindrical-coordinate representation of color #B9ADCC: hue angle of 263.23º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9ADCC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 173 | 204 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.2 |
| HSL | 263.23º | 0.23% | 0.74% | - |
| HSV(B) | 263.23º | 0.15% | 0.8% | - |
| XYZ | 45.85 | 44.56 | 63.31 | - |
| YUV | 180.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 204 | 0.09 | 0.15 | 0 | 0.2 | 263.23 | 0.23 | 0.74 |
| Hex | B9 | AD | CC | 9 | F | 0 | 14 | 107 | 17 | 4A |
| Octal | 271 | 255 | 314 | 11 | 17 | 0 | 24 | 407 | 27 | 112 |
| Binary | 10111001 | 10101101 | 11001100 | 1001 | 1111 | 0 | 10100 | 100000111 | 10111 | 1001010 |
Color Harmonies of #B9ADCC
Complementary color
Monochromatic Colors of #B9ADCC
Black with #B9ADCC
Text Example
Text Example
White with #B9ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADCC; }
p { color: rgb(185,173,204); }
H1.HeaderClassName
{
color: #B9ADCC;
}
.AnyTagClassName
{
color: #B9ADCC;
}
</style>
background-color css
<style>
a { background-color: #B9ADCC; }
a { background-color: rgb(185,173,204); }
div.DivClassName
{
background-color: #B9ADCC;
}
.BgClassName
{
background-color: #B9ADCC;
}
</style>
border-color css
<style>
span { border-color: #B9ADCC; }
span { border-color: rgb(185,173,204); }
td.TdClassName
{
border-color: #B9ADCC;
}
.TagClassName
{
border-color: #B9ADCC;
}
</style>