Shades of Moon Raker #B8A9CE
Tints of Moon Raker #B8A9CE
RGB
CMYK
RGB Variations
Color information
#B8A9CE (or 0xB8A9CE) is known color: Moon Raker. HEX triplet: B8, A9 and CE. RGB value is (184,169,206). Sum of RGB (Red+Green+Blue) = 184+169+206=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9CE is #475631. Grayscale: #B1B1B1. Windows color (decimal): -4675122 or 13543864. OLE color: 13543864.
HSL color Cylindrical-coordinate representation of color #B8A9CE: hue angle of 264.32º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8A9CE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 169 | 206 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.19 |
| HSL | 264.32º | 0.27% | 0.74% | - |
| HSV(B) | 264.32º | 0.18% | 0.81% | - |
| XYZ | 45.1 | 43.02 | 64.32 | - |
| YUV | 177.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 206 | 0.11 | 0.18 | 0 | 0.19 | 264.32 | 0.27 | 0.74 |
| Hex | B8 | A9 | CE | B | 12 | 0 | 13 | 108 | 1B | 4A |
| Octal | 270 | 251 | 316 | 13 | 22 | 0 | 23 | 410 | 33 | 112 |
| Binary | 10111000 | 10101001 | 11001110 | 1011 | 10010 | 0 | 10011 | 100001000 | 11011 | 1001010 |
Color Harmonies of #B8A9CE
Complementary color
Monochromatic Colors of #B8A9CE
Black with #B8A9CE
Text Example
Text Example
White with #B8A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A9CE; }
p { color: rgb(184,169,206); }
H1.HeaderClassName
{
color: #B8A9CE;
}
.AnyTagClassName
{
color: #B8A9CE;
}
</style>
background-color css
<style>
a { background-color: #B8A9CE; }
a { background-color: rgb(184,169,206); }
div.DivClassName
{
background-color: #B8A9CE;
}
.BgClassName
{
background-color: #B8A9CE;
}
</style>
border-color css
<style>
span { border-color: #B8A9CE; }
span { border-color: rgb(184,169,206); }
td.TdClassName
{
border-color: #B8A9CE;
}
.TagClassName
{
border-color: #B8A9CE;
}
</style>