Shades of Moon Raker #B8A7D6
Tints of Moon Raker #B8A7D6
RGB
CMYK
RGB Variations
Color information
#B8A7D6 (or 0xB8A7D6) is known color: Moon Raker. HEX triplet: B8, A7 and D6. RGB value is (184,167,214). Sum of RGB (Red+Green+Blue) = 184+167+214=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #B8A7D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A7D6 is #475829. Grayscale: #B1B1B1. Windows color (decimal): -4675626 or 14067640. OLE color: 14067640.
HSL color Cylindrical-coordinate representation of color #B8A7D6: hue angle of 261.7º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8A7D6 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 167 | 214 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.16 |
| HSL | 261.7º | 0.36% | 0.75% | - |
| HSV(B) | 261.7º | 0.22% | 0.84% | - |
| XYZ | 45.72 | 42.68 | 69.45 | - |
| YUV | 177.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 214 | 0.14 | 0.22 | 0 | 0.16 | 261.7 | 0.36 | 0.75 |
| Hex | B8 | A7 | D6 | E | 16 | 0 | 10 | 106 | 24 | 4B |
| Octal | 270 | 247 | 326 | 16 | 26 | 0 | 20 | 406 | 44 | 113 |
| Binary | 10111000 | 10100111 | 11010110 | 1110 | 10110 | 0 | 10000 | 100000110 | 100100 | 1001011 |
Color Harmonies of #B8A7D6
Complementary color
Monochromatic Colors of #B8A7D6
Black with #B8A7D6
Text Example
Text Example
White with #B8A7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A7D6; }
p { color: rgb(184,167,214); }
H1.HeaderClassName
{
color: #B8A7D6;
}
.AnyTagClassName
{
color: #B8A7D6;
}
</style>
background-color css
<style>
a { background-color: #B8A7D6; }
a { background-color: rgb(184,167,214); }
div.DivClassName
{
background-color: #B8A7D6;
}
.BgClassName
{
background-color: #B8A7D6;
}
</style>
border-color css
<style>
span { border-color: #B8A7D6; }
span { border-color: rgb(184,167,214); }
td.TdClassName
{
border-color: #B8A7D6;
}
.TagClassName
{
border-color: #B8A7D6;
}
</style>