Shades of Moon Raker #B8A8CA
Tints of Moon Raker #B8A8CA
RGB
CMYK
RGB Variations
Color information
#B8A8CA (or 0xB8A8CA) is known color: Moon Raker. HEX triplet: B8, A8 and CA. RGB value is (184,168,202). Sum of RGB (Red+Green+Blue) = 184+168+202=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A8CA is #475735. Grayscale: #B0B0B0. Windows color (decimal): -4675382 or 13281464. OLE color: 13281464.
HSL color Cylindrical-coordinate representation of color #B8A8CA: hue angle of 268.24º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8A8CA is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 168 | 202 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.21 |
| HSL | 268.24º | 0.24% | 0.73% | - |
| HSV(B) | 268.24º | 0.17% | 0.79% | - |
| XYZ | 44.43 | 42.46 | 61.73 | - |
| YUV | 176.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 202 | 0.09 | 0.17 | 0 | 0.21 | 268.24 | 0.24 | 0.73 |
| Hex | B8 | A8 | CA | 9 | 11 | 0 | 15 | 10C | 18 | 49 |
| Octal | 270 | 250 | 312 | 11 | 21 | 0 | 25 | 414 | 30 | 111 |
| Binary | 10111000 | 10101000 | 11001010 | 1001 | 10001 | 0 | 10101 | 100001100 | 11000 | 1001001 |
Color Harmonies of #B8A8CA
Complementary color
Monochromatic Colors of #B8A8CA
Black with #B8A8CA
Text Example
Text Example
White with #B8A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8CA; }
p { color: rgb(184,168,202); }
H1.HeaderClassName
{
color: #B8A8CA;
}
.AnyTagClassName
{
color: #B8A8CA;
}
</style>
background-color css
<style>
a { background-color: #B8A8CA; }
a { background-color: rgb(184,168,202); }
div.DivClassName
{
background-color: #B8A8CA;
}
.BgClassName
{
background-color: #B8A8CA;
}
</style>
border-color css
<style>
span { border-color: #B8A8CA; }
span { border-color: rgb(184,168,202); }
td.TdClassName
{
border-color: #B8A8CA;
}
.TagClassName
{
border-color: #B8A8CA;
}
</style>