Shades of Moon Raker #B8A8CB
Tints of Moon Raker #B8A8CB
RGB
CMYK
RGB Variations
Color information
#B8A8CB (or 0xB8A8CB) is known color: Moon Raker. HEX triplet: B8, A8 and CB. RGB value is (184,168,203). Sum of RGB (Red+Green+Blue) = 184+168+203=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A8CB is #475734. Grayscale: #B0B0B0. Windows color (decimal): -4675381 or 13347000. OLE color: 13347000.
HSL color Cylindrical-coordinate representation of color #B8A8CB: hue angle of 267.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8A8CB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 168 | 203 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.20 |
| HSL | 267.43º | 0.25% | 0.73% | - |
| HSV(B) | 267.43º | 0.17% | 0.8% | - |
| XYZ | 44.55 | 42.51 | 62.36 | - |
| YUV | 176.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 203 | 0.09 | 0.17 | 0 | 0.20 | 267.43 | 0.25 | 0.73 |
| Hex | B8 | A8 | CB | 9 | 11 | 0 | 14 | 10B | 19 | 49 |
| Octal | 270 | 250 | 313 | 11 | 21 | 0 | 24 | 413 | 31 | 111 |
| Binary | 10111000 | 10101000 | 11001011 | 1001 | 10001 | 0 | 10100 | 100001011 | 11001 | 1001001 |
Color Harmonies of #B8A8CB
Complementary color
Monochromatic Colors of #B8A8CB
Black with #B8A8CB
Text Example
Text Example
White with #B8A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8CB; }
p { color: rgb(184,168,203); }
H1.HeaderClassName
{
color: #B8A8CB;
}
.AnyTagClassName
{
color: #B8A8CB;
}
</style>
background-color css
<style>
a { background-color: #B8A8CB; }
a { background-color: rgb(184,168,203); }
div.DivClassName
{
background-color: #B8A8CB;
}
.BgClassName
{
background-color: #B8A8CB;
}
</style>
border-color css
<style>
span { border-color: #B8A8CB; }
span { border-color: rgb(184,168,203); }
td.TdClassName
{
border-color: #B8A8CB;
}
.TagClassName
{
border-color: #B8A8CB;
}
</style>