Shades of Moon Raker #B8AED0
Tints of Moon Raker #B8AED0
RGB
CMYK
RGB Variations
Color information
#B8AED0 (or 0xB8AED0) is known color: Moon Raker. HEX triplet: B8, AE and D0. RGB value is (184,174,208). Sum of RGB (Red+Green+Blue) = 184+174+208=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #B8AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AED0 is #47512F. Grayscale: #B4B4B4. Windows color (decimal): -4673840 or 13676216. OLE color: 13676216.
HSL color Cylindrical-coordinate representation of color #B8AED0: hue angle of 257.65º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8AED0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 174 | 208 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.18 |
| HSL | 257.65º | 0.27% | 0.75% | - |
| HSV(B) | 257.65º | 0.16% | 0.82% | - |
| XYZ | 46.29 | 45.02 | 65.92 | - |
| YUV | 180.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 208 | 0.12 | 0.16 | 0 | 0.18 | 257.65 | 0.27 | 0.75 |
| Hex | B8 | AE | D0 | C | 10 | 0 | 12 | 102 | 1B | 4B |
| Octal | 270 | 256 | 320 | 14 | 20 | 0 | 22 | 402 | 33 | 113 |
| Binary | 10111000 | 10101110 | 11010000 | 1100 | 10000 | 0 | 10010 | 100000010 | 11011 | 1001011 |
Color Harmonies of #B8AED0
Complementary color
Monochromatic Colors of #B8AED0
Black with #B8AED0
Text Example
Text Example
White with #B8AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AED0; }
p { color: rgb(184,174,208); }
H1.HeaderClassName
{
color: #B8AED0;
}
.AnyTagClassName
{
color: #B8AED0;
}
</style>
background-color css
<style>
a { background-color: #B8AED0; }
a { background-color: rgb(184,174,208); }
div.DivClassName
{
background-color: #B8AED0;
}
.BgClassName
{
background-color: #B8AED0;
}
</style>
border-color css
<style>
span { border-color: #B8AED0; }
span { border-color: rgb(184,174,208); }
td.TdClassName
{
border-color: #B8AED0;
}
.TagClassName
{
border-color: #B8AED0;
}
</style>