Shades of Moon Raker #B8ABD2
Tints of Moon Raker #B8ABD2
RGB
CMYK
RGB Variations
Color information
#B8ABD2 (or 0xB8ABD2) is known color: Moon Raker. HEX triplet: B8, AB and D2. RGB value is (184,171,210). Sum of RGB (Red+Green+Blue) = 184+171+210=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #B8ABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABD2 is #47542D. Grayscale: #B3B3B3. Windows color (decimal): -4674606 or 13806520. OLE color: 13806520.
HSL color Cylindrical-coordinate representation of color #B8ABD2: hue angle of 260º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8ABD2 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 171 | 210 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.18 |
| HSL | 260º | 0.3% | 0.75% | - |
| HSV(B) | 260º | 0.19% | 0.82% | - |
| XYZ | 45.96 | 43.97 | 67.04 | - |
| YUV | 179.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 210 | 0.12 | 0.19 | 0 | 0.18 | 260 | 0.3 | 0.75 |
| Hex | B8 | AB | D2 | C | 13 | 0 | 12 | 104 | 1E | 4B |
| Octal | 270 | 253 | 322 | 14 | 23 | 0 | 22 | 404 | 36 | 113 |
| Binary | 10111000 | 10101011 | 11010010 | 1100 | 10011 | 0 | 10010 | 100000100 | 11110 | 1001011 |
Color Harmonies of #B8ABD2
Complementary color
Monochromatic Colors of #B8ABD2
Black with #B8ABD2
Text Example
Text Example
White with #B8ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABD2; }
p { color: rgb(184,171,210); }
H1.HeaderClassName
{
color: #B8ABD2;
}
.AnyTagClassName
{
color: #B8ABD2;
}
</style>
background-color css
<style>
a { background-color: #B8ABD2; }
a { background-color: rgb(184,171,210); }
div.DivClassName
{
background-color: #B8ABD2;
}
.BgClassName
{
background-color: #B8ABD2;
}
</style>
border-color css
<style>
span { border-color: #B8ABD2; }
span { border-color: rgb(184,171,210); }
td.TdClassName
{
border-color: #B8ABD2;
}
.TagClassName
{
border-color: #B8ABD2;
}
</style>