Shades of Moon Raker #B4ABCD
Tints of Moon Raker #B4ABCD
RGB
CMYK
RGB Variations
Color information
#B4ABCD (or 0xB4ABCD) is known color: Moon Raker. HEX triplet: B4, AB and CD. RGB value is (180,171,205). Sum of RGB (Red+Green+Blue) = 180+171+205=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABCD is #4B5432. Grayscale: #B1B1B1. Windows color (decimal): -4936755 or 13478836. OLE color: 13478836.
HSL color Cylindrical-coordinate representation of color #B4ABCD: hue angle of 255.88º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4ABCD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 171 | 205 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.20 |
| HSL | 255.88º | 0.25% | 0.74% | - |
| HSV(B) | 255.88º | 0.17% | 0.8% | - |
| XYZ | 44.4 | 43.24 | 63.76 | - |
| YUV | 177.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 205 | 0.12 | 0.17 | 0 | 0.20 | 255.88 | 0.25 | 0.74 |
| Hex | B4 | AB | CD | C | 11 | 0 | 14 | 100 | 19 | 4A |
| Octal | 264 | 253 | 315 | 14 | 21 | 0 | 24 | 400 | 31 | 112 |
| Binary | 10110100 | 10101011 | 11001101 | 1100 | 10001 | 0 | 10100 | 100000000 | 11001 | 1001010 |
Color Harmonies of #B4ABCD
Complementary color
Monochromatic Colors of #B4ABCD
Black with #B4ABCD
Text Example
Text Example
White with #B4ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABCD; }
p { color: rgb(180,171,205); }
H1.HeaderClassName
{
color: #B4ABCD;
}
.AnyTagClassName
{
color: #B4ABCD;
}
</style>
background-color css
<style>
a { background-color: #B4ABCD; }
a { background-color: rgb(180,171,205); }
div.DivClassName
{
background-color: #B4ABCD;
}
.BgClassName
{
background-color: #B4ABCD;
}
</style>
border-color css
<style>
span { border-color: #B4ABCD; }
span { border-color: rgb(180,171,205); }
td.TdClassName
{
border-color: #B4ABCD;
}
.TagClassName
{
border-color: #B4ABCD;
}
</style>