Shades of Moon Raker #B4ABCC
Tints of Moon Raker #B4ABCC
RGB
CMYK
RGB Variations
Color information
#B4ABCC (or 0xB4ABCC) is known color: Moon Raker. HEX triplet: B4, AB and CC. RGB value is (180,171,204). Sum of RGB (Red+Green+Blue) = 180+171+204=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #B4ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABCC is #4B5433. Grayscale: #B1B1B1. Windows color (decimal): -4936756 or 13413300. OLE color: 13413300.
HSL color Cylindrical-coordinate representation of color #B4ABCC: hue angle of 256.36º 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 #B4ABCC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 171 | 204 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.2 |
| HSL | 256.36º | 0.24% | 0.74% | - |
| HSV(B) | 256.36º | 0.16% | 0.8% | - |
| XYZ | 44.28 | 43.19 | 63.13 | - |
| YUV | 177.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 204 | 0.12 | 0.16 | 0 | 0.2 | 256.36 | 0.24 | 0.74 |
| Hex | B4 | AB | CC | C | 10 | 0 | 14 | 100 | 18 | 4A |
| Octal | 264 | 253 | 314 | 14 | 20 | 0 | 24 | 400 | 30 | 112 |
| Binary | 10110100 | 10101011 | 11001100 | 1100 | 10000 | 0 | 10100 | 100000000 | 11000 | 1001010 |
Color Harmonies of #B4ABCC
Complementary color
Monochromatic Colors of #B4ABCC
Black with #B4ABCC
Text Example
Text Example
White with #B4ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABCC; }
p { color: rgb(180,171,204); }
H1.HeaderClassName
{
color: #B4ABCC;
}
.AnyTagClassName
{
color: #B4ABCC;
}
</style>
background-color css
<style>
a { background-color: #B4ABCC; }
a { background-color: rgb(180,171,204); }
div.DivClassName
{
background-color: #B4ABCC;
}
.BgClassName
{
background-color: #B4ABCC;
}
</style>
border-color css
<style>
span { border-color: #B4ABCC; }
span { border-color: rgb(180,171,204); }
td.TdClassName
{
border-color: #B4ABCC;
}
.TagClassName
{
border-color: #B4ABCC;
}
</style>