Shades of Moon Raker #B8AED2
Tints of Moon Raker #B8AED2
RGB
CMYK
RGB Variations
Color information
#B8AED2 (or 0xB8AED2) is known color: Moon Raker. HEX triplet: B8, AE and D2. RGB value is (184,174,210). Sum of RGB (Red+Green+Blue) = 184+174+210=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #B8AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AED2 is #47512D. Grayscale: #B4B4B4. Windows color (decimal): -4673838 or 13807288. OLE color: 13807288.
HSL color Cylindrical-coordinate representation of color #B8AED2: hue angle of 256.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8AED2 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 174 | 210 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.18 |
| HSL | 256.67º | 0.29% | 0.75% | - |
| HSV(B) | 256.67º | 0.17% | 0.82% | - |
| XYZ | 46.54 | 45.12 | 67.23 | - |
| YUV | 181.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 210 | 0.12 | 0.17 | 0 | 0.18 | 256.67 | 0.29 | 0.75 |
| Hex | B8 | AE | D2 | C | 11 | 0 | 12 | 101 | 1D | 4B |
| Octal | 270 | 256 | 322 | 14 | 21 | 0 | 22 | 401 | 35 | 113 |
| Binary | 10111000 | 10101110 | 11010010 | 1100 | 10001 | 0 | 10010 | 100000001 | 11101 | 1001011 |
Color Harmonies of #B8AED2
Complementary color
Monochromatic Colors of #B8AED2
Black with #B8AED2
Text Example
Text Example
White with #B8AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AED2; }
p { color: rgb(184,174,210); }
H1.HeaderClassName
{
color: #B8AED2;
}
.AnyTagClassName
{
color: #B8AED2;
}
</style>
background-color css
<style>
a { background-color: #B8AED2; }
a { background-color: rgb(184,174,210); }
div.DivClassName
{
background-color: #B8AED2;
}
.BgClassName
{
background-color: #B8AED2;
}
</style>
border-color css
<style>
span { border-color: #B8AED2; }
span { border-color: rgb(184,174,210); }
td.TdClassName
{
border-color: #B8AED2;
}
.TagClassName
{
border-color: #B8AED2;
}
</style>