Shades of Moon Raker #B8A8D4
Tints of Moon Raker #B8A8D4
RGB
CMYK
RGB Variations
Color information
#B8A8D4 (or 0xB8A8D4) is known color: Moon Raker. HEX triplet: B8, A8 and D4. RGB value is (184,168,212). Sum of RGB (Red+Green+Blue) = 184+168+212=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #B8A8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A8D4 is #47572B. Grayscale: #B1B1B1. Windows color (decimal): -4675372 or 13936824. OLE color: 13936824.
HSL color Cylindrical-coordinate representation of color #B8A8D4: hue angle of 261.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8A8D4 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 168 | 212 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.17 |
| HSL | 261.82º | 0.34% | 0.75% | - |
| HSV(B) | 261.82º | 0.21% | 0.83% | - |
| XYZ | 45.65 | 42.95 | 68.17 | - |
| YUV | 177.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 212 | 0.13 | 0.21 | 0 | 0.17 | 261.82 | 0.34 | 0.75 |
| Hex | B8 | A8 | D4 | D | 15 | 0 | 11 | 106 | 22 | 4B |
| Octal | 270 | 250 | 324 | 15 | 25 | 0 | 21 | 406 | 42 | 113 |
| Binary | 10111000 | 10101000 | 11010100 | 1101 | 10101 | 0 | 10001 | 100000110 | 100010 | 1001011 |
Color Harmonies of #B8A8D4
Complementary color
Monochromatic Colors of #B8A8D4
Black with #B8A8D4
Text Example
Text Example
White with #B8A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8D4; }
p { color: rgb(184,168,212); }
H1.HeaderClassName
{
color: #B8A8D4;
}
.AnyTagClassName
{
color: #B8A8D4;
}
</style>
background-color css
<style>
a { background-color: #B8A8D4; }
a { background-color: rgb(184,168,212); }
div.DivClassName
{
background-color: #B8A8D4;
}
.BgClassName
{
background-color: #B8A8D4;
}
</style>
border-color css
<style>
span { border-color: #B8A8D4; }
span { border-color: rgb(184,168,212); }
td.TdClassName
{
border-color: #B8A8D4;
}
.TagClassName
{
border-color: #B8A8D4;
}
</style>