Shades of Moon Raker #B8ABDC
Tints of Moon Raker #B8ABDC
RGB
CMYK
RGB Variations
Color information
#B8ABDC (or 0xB8ABDC) is known color: Moon Raker. HEX triplet: B8, AB and DC. RGB value is (184,171,220). Sum of RGB (Red+Green+Blue) = 184+171+220=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABDC is #475423. Grayscale: #B4B4B4. Windows color (decimal): -4674596 or 14461880. OLE color: 14461880.
HSL color Cylindrical-coordinate representation of color #B8ABDC: hue angle of 255.92º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ABDC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 171 | 220 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.14 |
| HSL | 255.92º | 0.41% | 0.77% | - |
| HSV(B) | 255.92º | 0.22% | 0.86% | - |
| XYZ | 47.25 | 44.48 | 73.81 | - |
| YUV | 180.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 220 | 0.16 | 0.22 | 0 | 0.14 | 255.92 | 0.41 | 0.77 |
| Hex | B8 | AB | DC | 10 | 16 | 0 | E | 100 | 29 | 4D |
| Octal | 270 | 253 | 334 | 20 | 26 | 0 | 16 | 400 | 51 | 115 |
| Binary | 10111000 | 10101011 | 11011100 | 10000 | 10110 | 0 | 1110 | 100000000 | 101001 | 1001101 |
Color Harmonies of #B8ABDC
Complementary color
Monochromatic Colors of #B8ABDC
Black with #B8ABDC
Text Example
Text Example
White with #B8ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABDC; }
p { color: rgb(184,171,220); }
H1.HeaderClassName
{
color: #B8ABDC;
}
.AnyTagClassName
{
color: #B8ABDC;
}
</style>
background-color css
<style>
a { background-color: #B8ABDC; }
a { background-color: rgb(184,171,220); }
div.DivClassName
{
background-color: #B8ABDC;
}
.BgClassName
{
background-color: #B8ABDC;
}
</style>
border-color css
<style>
span { border-color: #B8ABDC; }
span { border-color: rgb(184,171,220); }
td.TdClassName
{
border-color: #B8ABDC;
}
.TagClassName
{
border-color: #B8ABDC;
}
</style>