Shades of Moon Raker #B8ABCC
Tints of Moon Raker #B8ABCC
RGB
CMYK
RGB Variations
Color information
#B8ABCC (or 0xB8ABCC) is known color: Moon Raker. HEX triplet: B8, AB and CC. RGB value is (184,171,204). Sum of RGB (Red+Green+Blue) = 184+171+204=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABCC is #475433. Grayscale: #B2B2B2. Windows color (decimal): -4674612 or 13413304. OLE color: 13413304.
HSL color Cylindrical-coordinate representation of color #B8ABCC: hue angle of 263.64º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8ABCC is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 171 | 204 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.2 |
| HSL | 263.64º | 0.24% | 0.74% | - |
| HSV(B) | 263.64º | 0.16% | 0.8% | - |
| XYZ | 45.23 | 43.68 | 63.17 | - |
| YUV | 178.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 204 | 0.10 | 0.16 | 0 | 0.2 | 263.64 | 0.24 | 0.74 |
| Hex | B8 | AB | CC | A | 10 | 0 | 14 | 108 | 18 | 4A |
| Octal | 270 | 253 | 314 | 12 | 20 | 0 | 24 | 410 | 30 | 112 |
| Binary | 10111000 | 10101011 | 11001100 | 1010 | 10000 | 0 | 10100 | 100001000 | 11000 | 1001010 |
Color Harmonies of #B8ABCC
Complementary color
Monochromatic Colors of #B8ABCC
Black with #B8ABCC
Text Example
Text Example
White with #B8ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABCC; }
p { color: rgb(184,171,204); }
H1.HeaderClassName
{
color: #B8ABCC;
}
.AnyTagClassName
{
color: #B8ABCC;
}
</style>
background-color css
<style>
a { background-color: #B8ABCC; }
a { background-color: rgb(184,171,204); }
div.DivClassName
{
background-color: #B8ABCC;
}
.BgClassName
{
background-color: #B8ABCC;
}
</style>
border-color css
<style>
span { border-color: #B8ABCC; }
span { border-color: rgb(184,171,204); }
td.TdClassName
{
border-color: #B8ABCC;
}
.TagClassName
{
border-color: #B8ABCC;
}
</style>