Shades of Moon Raker #B8A8D0
Tints of Moon Raker #B8A8D0
RGB
CMYK
RGB Variations
Color information
#B8A8D0 (or 0xB8A8D0) is known color: Moon Raker. HEX triplet: B8, A8 and D0. RGB value is (184,168,208). Sum of RGB (Red+Green+Blue) = 184+168+208=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #B8A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A8D0 is #47572F. Grayscale: #B1B1B1. Windows color (decimal): -4675376 or 13674680. OLE color: 13674680.
HSL color Cylindrical-coordinate representation of color #B8A8D0: hue angle of 264º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8A8D0 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 168 | 208 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.18 |
| HSL | 264º | 0.3% | 0.74% | - |
| HSV(B) | 264º | 0.19% | 0.82% | - |
| XYZ | 45.15 | 42.75 | 65.55 | - |
| YUV | 177.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 208 | 0.12 | 0.19 | 0 | 0.18 | 264 | 0.3 | 0.74 |
| Hex | B8 | A8 | D0 | C | 13 | 0 | 12 | 108 | 1E | 4A |
| Octal | 270 | 250 | 320 | 14 | 23 | 0 | 22 | 410 | 36 | 112 |
| Binary | 10111000 | 10101000 | 11010000 | 1100 | 10011 | 0 | 10010 | 100001000 | 11110 | 1001010 |
Color Harmonies of #B8A8D0
Complementary color
Monochromatic Colors of #B8A8D0
Black with #B8A8D0
Text Example
Text Example
White with #B8A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8D0; }
p { color: rgb(184,168,208); }
H1.HeaderClassName
{
color: #B8A8D0;
}
.AnyTagClassName
{
color: #B8A8D0;
}
</style>
background-color css
<style>
a { background-color: #B8A8D0; }
a { background-color: rgb(184,168,208); }
div.DivClassName
{
background-color: #B8A8D0;
}
.BgClassName
{
background-color: #B8A8D0;
}
</style>
border-color css
<style>
span { border-color: #B8A8D0; }
span { border-color: rgb(184,168,208); }
td.TdClassName
{
border-color: #B8A8D0;
}
.TagClassName
{
border-color: #B8A8D0;
}
</style>