Shades of Moon Raker #B8A9DC
Tints of Moon Raker #B8A9DC
RGB
CMYK
RGB Variations
Color information
#B8A9DC (or 0xB8A9DC) is known color: Moon Raker. HEX triplet: B8, A9 and DC. RGB value is (184,169,220). Sum of RGB (Red+Green+Blue) = 184+169+220=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9DC is #475623. Grayscale: #B3B3B3. Windows color (decimal): -4675108 or 14461368. OLE color: 14461368.
HSL color Cylindrical-coordinate representation of color #B8A9DC: hue angle of 257.65º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8A9DC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 169 | 220 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.14 |
| HSL | 257.65º | 0.42% | 0.76% | - |
| HSV(B) | 257.65º | 0.23% | 0.86% | - |
| XYZ | 46.87 | 43.73 | 73.68 | - |
| YUV | 179.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 220 | 0.16 | 0.23 | 0 | 0.14 | 257.65 | 0.42 | 0.76 |
| Hex | B8 | A9 | DC | 10 | 17 | 0 | E | 102 | 2A | 4C |
| Octal | 270 | 251 | 334 | 20 | 27 | 0 | 16 | 402 | 52 | 114 |
| Binary | 10111000 | 10101001 | 11011100 | 10000 | 10111 | 0 | 1110 | 100000010 | 101010 | 1001100 |
Color Harmonies of #B8A9DC
Complementary color
Monochromatic Colors of #B8A9DC
Black with #B8A9DC
Text Example
Text Example
White with #B8A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A9DC; }
p { color: rgb(184,169,220); }
H1.HeaderClassName
{
color: #B8A9DC;
}
.AnyTagClassName
{
color: #B8A9DC;
}
</style>
background-color css
<style>
a { background-color: #B8A9DC; }
a { background-color: rgb(184,169,220); }
div.DivClassName
{
background-color: #B8A9DC;
}
.BgClassName
{
background-color: #B8A9DC;
}
</style>
border-color css
<style>
span { border-color: #B8A9DC; }
span { border-color: rgb(184,169,220); }
td.TdClassName
{
border-color: #B8A9DC;
}
.TagClassName
{
border-color: #B8A9DC;
}
</style>