Shades of Moon Raker #B8ABCE
Tints of Moon Raker #B8ABCE
RGB
CMYK
RGB Variations
Color information
#B8ABCE (or 0xB8ABCE) is known color: Moon Raker. HEX triplet: B8, AB and CE. RGB value is (184,171,206). Sum of RGB (Red+Green+Blue) = 184+171+206=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABCE is #475431. Grayscale: #B2B2B2. Windows color (decimal): -4674610 or 13544376. OLE color: 13544376.
HSL color Cylindrical-coordinate representation of color #B8ABCE: hue angle of 262.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8ABCE is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 171 | 206 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.19 |
| HSL | 262.29º | 0.26% | 0.74% | - |
| HSV(B) | 262.29º | 0.17% | 0.81% | - |
| XYZ | 45.47 | 43.77 | 64.44 | - |
| YUV | 178.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 206 | 0.11 | 0.17 | 0 | 0.19 | 262.29 | 0.26 | 0.74 |
| Hex | B8 | AB | CE | B | 11 | 0 | 13 | 106 | 1A | 4A |
| Octal | 270 | 253 | 316 | 13 | 21 | 0 | 23 | 406 | 32 | 112 |
| Binary | 10111000 | 10101011 | 11001110 | 1011 | 10001 | 0 | 10011 | 100000110 | 11010 | 1001010 |
Color Harmonies of #B8ABCE
Complementary color
Monochromatic Colors of #B8ABCE
Black with #B8ABCE
Text Example
Text Example
White with #B8ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABCE; }
p { color: rgb(184,171,206); }
H1.HeaderClassName
{
color: #B8ABCE;
}
.AnyTagClassName
{
color: #B8ABCE;
}
</style>
background-color css
<style>
a { background-color: #B8ABCE; }
a { background-color: rgb(184,171,206); }
div.DivClassName
{
background-color: #B8ABCE;
}
.BgClassName
{
background-color: #B8ABCE;
}
</style>
border-color css
<style>
span { border-color: #B8ABCE; }
span { border-color: rgb(184,171,206); }
td.TdClassName
{
border-color: #B8ABCE;
}
.TagClassName
{
border-color: #B8ABCE;
}
</style>