Shades of Moon Raker #B8ABCA
Tints of Moon Raker #B8ABCA
RGB
CMYK
RGB Variations
Color information
#B8ABCA (or 0xB8ABCA) is known color: Moon Raker. HEX triplet: B8, AB and CA. RGB value is (184,171,202). Sum of RGB (Red+Green+Blue) = 184+171+202=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABCA is #475435. Grayscale: #B2B2B2. Windows color (decimal): -4674614 or 13282232. OLE color: 13282232.
HSL color Cylindrical-coordinate representation of color #B8ABCA: hue angle of 265.16º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8ABCA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 171 | 202 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.21 |
| HSL | 265.16º | 0.23% | 0.73% | - |
| HSV(B) | 265.16º | 0.15% | 0.79% | - |
| XYZ | 44.99 | 43.58 | 61.92 | - |
| YUV | 178.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 202 | 0.09 | 0.15 | 0 | 0.21 | 265.16 | 0.23 | 0.73 |
| Hex | B8 | AB | CA | 9 | F | 0 | 15 | 109 | 17 | 49 |
| Octal | 270 | 253 | 312 | 11 | 17 | 0 | 25 | 411 | 27 | 111 |
| Binary | 10111000 | 10101011 | 11001010 | 1001 | 1111 | 0 | 10101 | 100001001 | 10111 | 1001001 |
Color Harmonies of #B8ABCA
Complementary color
Monochromatic Colors of #B8ABCA
Black with #B8ABCA
Text Example
Text Example
White with #B8ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABCA; }
p { color: rgb(184,171,202); }
H1.HeaderClassName
{
color: #B8ABCA;
}
.AnyTagClassName
{
color: #B8ABCA;
}
</style>
background-color css
<style>
a { background-color: #B8ABCA; }
a { background-color: rgb(184,171,202); }
div.DivClassName
{
background-color: #B8ABCA;
}
.BgClassName
{
background-color: #B8ABCA;
}
</style>
border-color css
<style>
span { border-color: #B8ABCA; }
span { border-color: rgb(184,171,202); }
td.TdClassName
{
border-color: #B8ABCA;
}
.TagClassName
{
border-color: #B8ABCA;
}
</style>