Shades of Moon Raker #B8B1C6
Tints of Moon Raker #B8B1C6
RGB
CMYK
RGB Variations
Color information
#B8B1C6 (or 0xB8B1C6) is known color: Moon Raker. HEX triplet: B8, B1 and C6. RGB value is (184,177,198). Sum of RGB (Red+Green+Blue) = 184+177+198=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B1C6 is #474E39. Grayscale: #B5B5B5. Windows color (decimal): -4673082 or 13021624. OLE color: 13021624.
HSL color Cylindrical-coordinate representation of color #B8B1C6: hue angle of 260º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8B1C6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 177 | 198 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.22 |
| HSL | 260º | 0.16% | 0.74% | - |
| HSV(B) | 260º | 0.11% | 0.78% | - |
| XYZ | 45.68 | 45.71 | 59.84 | - |
| YUV | 181.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 198 | 0.07 | 0.11 | 0 | 0.22 | 260 | 0.16 | 0.74 |
| Hex | B8 | B1 | C6 | 7 | B | 0 | 16 | 104 | 10 | 4A |
| Octal | 270 | 261 | 306 | 7 | 13 | 0 | 26 | 404 | 20 | 112 |
| Binary | 10111000 | 10110001 | 11000110 | 111 | 1011 | 0 | 10110 | 100000100 | 10000 | 1001010 |
Color Harmonies of #B8B1C6
Complementary color
Monochromatic Colors of #B8B1C6
Black with #B8B1C6
Text Example
Text Example
White with #B8B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B1C6; }
p { color: rgb(184,177,198); }
H1.HeaderClassName
{
color: #B8B1C6;
}
.AnyTagClassName
{
color: #B8B1C6;
}
</style>
background-color css
<style>
a { background-color: #B8B1C6; }
a { background-color: rgb(184,177,198); }
div.DivClassName
{
background-color: #B8B1C6;
}
.BgClassName
{
background-color: #B8B1C6;
}
</style>
border-color css
<style>
span { border-color: #B8B1C6; }
span { border-color: rgb(184,177,198); }
td.TdClassName
{
border-color: #B8B1C6;
}
.TagClassName
{
border-color: #B8B1C6;
}
</style>