Shades of Moon Raker #B9ADDC
Tints of Moon Raker #B9ADDC
RGB
CMYK
RGB Variations
Color information
#B9ADDC (or 0xB9ADDC) is known color: Moon Raker. HEX triplet: B9, AD and DC. RGB value is (185,173,220). Sum of RGB (Red+Green+Blue) = 185+173+220=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADDC is #465223. Grayscale: #B5B5B5. Windows color (decimal): -4608548 or 14462393. OLE color: 14462393.
HSL color Cylindrical-coordinate representation of color #B9ADDC: hue angle of 255.32º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9ADDC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 173 | 220 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.14 |
| HSL | 255.32º | 0.4% | 0.77% | - |
| HSV(B) | 255.32º | 0.21% | 0.86% | - |
| XYZ | 47.87 | 45.37 | 73.94 | - |
| YUV | 181.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 220 | 0.16 | 0.21 | 0 | 0.14 | 255.32 | 0.4 | 0.77 |
| Hex | B9 | AD | DC | 10 | 15 | 0 | E | FF | 28 | 4D |
| Octal | 271 | 255 | 334 | 20 | 25 | 0 | 16 | 377 | 50 | 115 |
| Binary | 10111001 | 10101101 | 11011100 | 10000 | 10101 | 0 | 1110 | 11111111 | 101000 | 1001101 |
Color Harmonies of #B9ADDC
Complementary color
Monochromatic Colors of #B9ADDC
Black with #B9ADDC
Text Example
Text Example
White with #B9ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADDC; }
p { color: rgb(185,173,220); }
H1.HeaderClassName
{
color: #B9ADDC;
}
.AnyTagClassName
{
color: #B9ADDC;
}
</style>
background-color css
<style>
a { background-color: #B9ADDC; }
a { background-color: rgb(185,173,220); }
div.DivClassName
{
background-color: #B9ADDC;
}
.BgClassName
{
background-color: #B9ADDC;
}
</style>
border-color css
<style>
span { border-color: #B9ADDC; }
span { border-color: rgb(185,173,220); }
td.TdClassName
{
border-color: #B9ADDC;
}
.TagClassName
{
border-color: #B9ADDC;
}
</style>