Shades of Moon Raker #B4ABC8
Tints of Moon Raker #B4ABC8
RGB
CMYK
RGB Variations
Color information
#B4ABC8 (or 0xB4ABC8) is known color: Moon Raker. HEX triplet: B4, AB and C8. RGB value is (180,171,200). Sum of RGB (Red+Green+Blue) = 180+171+200=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #B4ABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABC8 is #4B5437. Grayscale: #B0B0B0. Windows color (decimal): -4936760 or 13151156. OLE color: 13151156.
HSL color Cylindrical-coordinate representation of color #B4ABC8: hue angle of 258.62º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4ABC8 is Cyan = 0.1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 171 | 200 | - |
| CMYK | 0.1 | 0.14 | 0 | 0.22 |
| HSL | 258.62º | 0.21% | 0.73% | - |
| HSV(B) | 258.62º | 0.15% | 0.78% | - |
| XYZ | 43.81 | 43 | 60.63 | - |
| YUV | 177 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 200 | 0.1 | 0.14 | 0 | 0.22 | 258.62 | 0.21 | 0.73 |
| Hex | B4 | AB | C8 | A | E | 0 | 16 | 103 | 15 | 49 |
| Octal | 264 | 253 | 310 | 12 | 16 | 0 | 26 | 403 | 25 | 111 |
| Binary | 10110100 | 10101011 | 11001000 | 1010 | 1110 | 0 | 10110 | 100000011 | 10101 | 1001001 |
Color Harmonies of #B4ABC8
Complementary color
Monochromatic Colors of #B4ABC8
Black with #B4ABC8
Text Example
Text Example
White with #B4ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABC8; }
p { color: rgb(180,171,200); }
H1.HeaderClassName
{
color: #B4ABC8;
}
.AnyTagClassName
{
color: #B4ABC8;
}
</style>
background-color css
<style>
a { background-color: #B4ABC8; }
a { background-color: rgb(180,171,200); }
div.DivClassName
{
background-color: #B4ABC8;
}
.BgClassName
{
background-color: #B4ABC8;
}
</style>
border-color css
<style>
span { border-color: #B4ABC8; }
span { border-color: rgb(180,171,200); }
td.TdClassName
{
border-color: #B4ABC8;
}
.TagClassName
{
border-color: #B4ABC8;
}
</style>