Shades of Moon Raker #B8B0CA
Tints of Moon Raker #B8B0CA
RGB
CMYK
RGB Variations
Color information
#B8B0CA (or 0xB8B0CA) is known color: Moon Raker. HEX triplet: B8, B0 and CA. RGB value is (184,176,202). Sum of RGB (Red+Green+Blue) = 184+176+202=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0CA is #474F35. Grayscale: #B5B5B5. Windows color (decimal): -4673334 or 13283512. OLE color: 13283512.
HSL color Cylindrical-coordinate representation of color #B8B0CA: hue angle of 258.46º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8B0CA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 176 | 202 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.21 |
| HSL | 258.46º | 0.2% | 0.74% | - |
| HSV(B) | 258.46º | 0.13% | 0.79% | - |
| XYZ | 45.95 | 45.51 | 62.24 | - |
| YUV | 181.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 202 | 0.09 | 0.13 | 0 | 0.21 | 258.46 | 0.2 | 0.74 |
| Hex | B8 | B0 | CA | 9 | D | 0 | 15 | 102 | 14 | 4A |
| Octal | 270 | 260 | 312 | 11 | 15 | 0 | 25 | 402 | 24 | 112 |
| Binary | 10111000 | 10110000 | 11001010 | 1001 | 1101 | 0 | 10101 | 100000010 | 10100 | 1001010 |
Color Harmonies of #B8B0CA
Complementary color
Monochromatic Colors of #B8B0CA
Black with #B8B0CA
Text Example
Text Example
White with #B8B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0CA; }
p { color: rgb(184,176,202); }
H1.HeaderClassName
{
color: #B8B0CA;
}
.AnyTagClassName
{
color: #B8B0CA;
}
</style>
background-color css
<style>
a { background-color: #B8B0CA; }
a { background-color: rgb(184,176,202); }
div.DivClassName
{
background-color: #B8B0CA;
}
.BgClassName
{
background-color: #B8B0CA;
}
</style>
border-color css
<style>
span { border-color: #B8B0CA; }
span { border-color: rgb(184,176,202); }
td.TdClassName
{
border-color: #B8B0CA;
}
.TagClassName
{
border-color: #B8B0CA;
}
</style>