Shades of Moon Raker #B9AED3
Tints of Moon Raker #B9AED3
RGB
CMYK
RGB Variations
Color information
#B9AED3 (or 0xB9AED3) is known color: Moon Raker. HEX triplet: B9, AE and D3. RGB value is (185,174,211). Sum of RGB (Red+Green+Blue) = 185+174+211=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #B9AED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED3 is #46512C. Grayscale: #B5B5B5. Windows color (decimal): -4608301 or 13872825. OLE color: 13872825.
HSL color Cylindrical-coordinate representation of color #B9AED3: hue angle of 257.84º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9AED3 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 174 | 211 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.17 |
| HSL | 257.84º | 0.3% | 0.75% | - |
| HSV(B) | 257.84º | 0.18% | 0.83% | - |
| XYZ | 46.9 | 45.29 | 67.9 | - |
| YUV | 181.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 211 | 0.12 | 0.18 | 0 | 0.17 | 257.84 | 0.3 | 0.75 |
| Hex | B9 | AE | D3 | C | 12 | 0 | 11 | 102 | 1E | 4B |
| Octal | 271 | 256 | 323 | 14 | 22 | 0 | 21 | 402 | 36 | 113 |
| Binary | 10111001 | 10101110 | 11010011 | 1100 | 10010 | 0 | 10001 | 100000010 | 11110 | 1001011 |
Color Harmonies of #B9AED3
Complementary color
Monochromatic Colors of #B9AED3
Black with #B9AED3
Text Example
Text Example
White with #B9AED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AED3; }
p { color: rgb(185,174,211); }
H1.HeaderClassName
{
color: #B9AED3;
}
.AnyTagClassName
{
color: #B9AED3;
}
</style>
background-color css
<style>
a { background-color: #B9AED3; }
a { background-color: rgb(185,174,211); }
div.DivClassName
{
background-color: #B9AED3;
}
.BgClassName
{
background-color: #B9AED3;
}
</style>
border-color css
<style>
span { border-color: #B9AED3; }
span { border-color: rgb(185,174,211); }
td.TdClassName
{
border-color: #B9AED3;
}
.TagClassName
{
border-color: #B9AED3;
}
</style>