Shades of Moon Raker #B5ABCE
Tints of Moon Raker #B5ABCE
RGB
CMYK
RGB Variations
Color information
#B5ABCE (or 0xB5ABCE) is known color: Moon Raker. HEX triplet: B5, AB and CE. RGB value is (181,171,206). Sum of RGB (Red+Green+Blue) = 181+171+206=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABCE is #4A5431. Grayscale: #B1B1B1. Windows color (decimal): -4871218 or 13544373. OLE color: 13544373.
HSL color Cylindrical-coordinate representation of color #B5ABCE: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5ABCE is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 171 | 206 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.19 |
| HSL | 257.14º | 0.26% | 0.74% | - |
| HSV(B) | 257.14º | 0.17% | 0.81% | - |
| XYZ | 44.76 | 43.41 | 64.41 | - |
| YUV | 177.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 206 | 0.12 | 0.17 | 0 | 0.19 | 257.14 | 0.26 | 0.74 |
| Hex | B5 | AB | CE | C | 11 | 0 | 13 | 101 | 1A | 4A |
| Octal | 265 | 253 | 316 | 14 | 21 | 0 | 23 | 401 | 32 | 112 |
| Binary | 10110101 | 10101011 | 11001110 | 1100 | 10001 | 0 | 10011 | 100000001 | 11010 | 1001010 |
Color Harmonies of #B5ABCE
Complementary color
Monochromatic Colors of #B5ABCE
Black with #B5ABCE
Text Example
Text Example
White with #B5ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABCE; }
p { color: rgb(181,171,206); }
H1.HeaderClassName
{
color: #B5ABCE;
}
.AnyTagClassName
{
color: #B5ABCE;
}
</style>
background-color css
<style>
a { background-color: #B5ABCE; }
a { background-color: rgb(181,171,206); }
div.DivClassName
{
background-color: #B5ABCE;
}
.BgClassName
{
background-color: #B5ABCE;
}
</style>
border-color css
<style>
span { border-color: #B5ABCE; }
span { border-color: rgb(181,171,206); }
td.TdClassName
{
border-color: #B5ABCE;
}
.TagClassName
{
border-color: #B5ABCE;
}
</style>