Shades of Moon Raker #B8A9C8
Tints of Moon Raker #B8A9C8
RGB
CMYK
RGB Variations
Color information
#B8A9C8 (or 0xB8A9C8) is known color: Moon Raker. HEX triplet: B8, A9 and C8. RGB value is (184,169,200). Sum of RGB (Red+Green+Blue) = 184+169+200=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 200 - color contains mainly: blue. Hex color #B8A9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9C8 is #475637. Grayscale: #B0B0B0. Windows color (decimal): -4675128 or 13150648. OLE color: 13150648.
HSL color Cylindrical-coordinate representation of color #B8A9C8: hue angle of 269.03º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8A9C8 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 169 | 200 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.22 |
| HSL | 269.03º | 0.22% | 0.72% | - |
| HSV(B) | 269.03º | 0.16% | 0.78% | - |
| XYZ | 44.38 | 42.74 | 60.55 | - |
| YUV | 177.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 200 | 0.08 | 0.16 | 0 | 0.22 | 269.03 | 0.22 | 0.72 |
| Hex | B8 | A9 | C8 | 8 | 10 | 0 | 16 | 10D | 16 | 48 |
| Octal | 270 | 251 | 310 | 10 | 20 | 0 | 26 | 415 | 26 | 110 |
| Binary | 10111000 | 10101001 | 11001000 | 1000 | 10000 | 0 | 10110 | 100001101 | 10110 | 1001000 |
Color Harmonies of #B8A9C8
Complementary color
Monochromatic Colors of #B8A9C8
Black with #B8A9C8
Text Example
Text Example
White with #B8A9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A9C8; }
p { color: rgb(184,169,200); }
H1.HeaderClassName
{
color: #B8A9C8;
}
.AnyTagClassName
{
color: #B8A9C8;
}
</style>
background-color css
<style>
a { background-color: #B8A9C8; }
a { background-color: rgb(184,169,200); }
div.DivClassName
{
background-color: #B8A9C8;
}
.BgClassName
{
background-color: #B8A9C8;
}
</style>
border-color css
<style>
span { border-color: #B8A9C8; }
span { border-color: rgb(184,169,200); }
td.TdClassName
{
border-color: #B8A9C8;
}
.TagClassName
{
border-color: #B8A9C8;
}
</style>