Shades of Moon Raker #B8B0C6
Tints of Moon Raker #B8B0C6
RGB
CMYK
RGB Variations
Color information
#B8B0C6 (or 0xB8B0C6) is known color: Moon Raker. HEX triplet: B8, B0 and C6. RGB value is (184,176,198). Sum of RGB (Red+Green+Blue) = 184+176+198=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8B0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0C6 is #474F39. Grayscale: #B4B4B4. Windows color (decimal): -4673338 or 13021368. OLE color: 13021368.
HSL color Cylindrical-coordinate representation of color #B8B0C6: hue angle of 261.82º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8B0C6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 176 | 198 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.22 |
| HSL | 261.82º | 0.16% | 0.73% | - |
| HSV(B) | 261.82º | 0.11% | 0.78% | - |
| XYZ | 45.49 | 45.32 | 59.78 | - |
| YUV | 180.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 198 | 0.07 | 0.11 | 0 | 0.22 | 261.82 | 0.16 | 0.73 |
| Hex | B8 | B0 | C6 | 7 | B | 0 | 16 | 106 | 10 | 49 |
| Octal | 270 | 260 | 306 | 7 | 13 | 0 | 26 | 406 | 20 | 111 |
| Binary | 10111000 | 10110000 | 11000110 | 111 | 1011 | 0 | 10110 | 100000110 | 10000 | 1001001 |
Color Harmonies of #B8B0C6
Complementary color
Monochromatic Colors of #B8B0C6
Black with #B8B0C6
Text Example
Text Example
White with #B8B0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0C6; }
p { color: rgb(184,176,198); }
H1.HeaderClassName
{
color: #B8B0C6;
}
.AnyTagClassName
{
color: #B8B0C6;
}
</style>
background-color css
<style>
a { background-color: #B8B0C6; }
a { background-color: rgb(184,176,198); }
div.DivClassName
{
background-color: #B8B0C6;
}
.BgClassName
{
background-color: #B8B0C6;
}
</style>
border-color css
<style>
span { border-color: #B8B0C6; }
span { border-color: rgb(184,176,198); }
td.TdClassName
{
border-color: #B8B0C6;
}
.TagClassName
{
border-color: #B8B0C6;
}
</style>