Shades of Moon Raker #B9AEDA
Tints of Moon Raker #B9AEDA
RGB
CMYK
RGB Variations
Color information
#B9AEDA (or 0xB9AEDA) is known color: Moon Raker. HEX triplet: B9, AE and DA. RGB value is (185,174,218). Sum of RGB (Red+Green+Blue) = 185+174+218=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEDA is #465125. Grayscale: #B6B6B6. Windows color (decimal): -4608294 or 14331577. OLE color: 14331577.
HSL color Cylindrical-coordinate representation of color #B9AEDA: hue angle of 255º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9AEDA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 174 | 218 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.15 |
| HSL | 255º | 0.37% | 0.77% | - |
| HSV(B) | 255º | 0.2% | 0.85% | - |
| XYZ | 47.8 | 45.65 | 72.62 | - |
| YUV | 182.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 218 | 0.15 | 0.20 | 0 | 0.15 | 255 | 0.37 | 0.77 |
| Hex | B9 | AE | DA | F | 14 | 0 | F | FF | 25 | 4D |
| Octal | 271 | 256 | 332 | 17 | 24 | 0 | 17 | 377 | 45 | 115 |
| Binary | 10111001 | 10101110 | 11011010 | 1111 | 10100 | 0 | 1111 | 11111111 | 100101 | 1001101 |
Color Harmonies of #B9AEDA
Complementary color
Monochromatic Colors of #B9AEDA
Black with #B9AEDA
Text Example
Text Example
White with #B9AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AEDA; }
p { color: rgb(185,174,218); }
H1.HeaderClassName
{
color: #B9AEDA;
}
.AnyTagClassName
{
color: #B9AEDA;
}
</style>
background-color css
<style>
a { background-color: #B9AEDA; }
a { background-color: rgb(185,174,218); }
div.DivClassName
{
background-color: #B9AEDA;
}
.BgClassName
{
background-color: #B9AEDA;
}
</style>
border-color css
<style>
span { border-color: #B9AEDA; }
span { border-color: rgb(185,174,218); }
td.TdClassName
{
border-color: #B9AEDA;
}
.TagClassName
{
border-color: #B9AEDA;
}
</style>