Shades of Moon Raker #BBB3C8
Tints of Moon Raker #BBB3C8
RGB
CMYK
RGB Variations
Color information
#BBB3C8 (or 0xBBB3C8) is known color: Moon Raker. HEX triplet: BB, B3 and C8. RGB value is (187,179,200). Sum of RGB (Red+Green+Blue) = 187+179+200=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3C8 is #444C37. Grayscale: #B7B7B7. Windows color (decimal): -4475960 or 13153211. OLE color: 13153211.
HSL color Cylindrical-coordinate representation of color #BBB3C8: hue angle of 262.86º 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 #BBB3C8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 179 | 200 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.22 |
| HSL | 262.86º | 0.16% | 0.74% | - |
| HSV(B) | 262.86º | 0.11% | 0.78% | - |
| XYZ | 47.04 | 46.98 | 61.23 | - |
| YUV | 183.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 200 | 0.06 | 0.10 | 0 | 0.22 | 262.86 | 0.16 | 0.74 |
| Hex | BB | B3 | C8 | 6 | A | 0 | 16 | 107 | 10 | 4A |
| Octal | 273 | 263 | 310 | 6 | 12 | 0 | 26 | 407 | 20 | 112 |
| Binary | 10111011 | 10110011 | 11001000 | 110 | 1010 | 0 | 10110 | 100000111 | 10000 | 1001010 |
Color Harmonies of #BBB3C8
Complementary color
Monochromatic Colors of #BBB3C8
Black with #BBB3C8
Text Example
Text Example
White with #BBB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3C8; }
p { color: rgb(187,179,200); }
H1.HeaderClassName
{
color: #BBB3C8;
}
.AnyTagClassName
{
color: #BBB3C8;
}
</style>
background-color css
<style>
a { background-color: #BBB3C8; }
a { background-color: rgb(187,179,200); }
div.DivClassName
{
background-color: #BBB3C8;
}
.BgClassName
{
background-color: #BBB3C8;
}
</style>
border-color css
<style>
span { border-color: #BBB3C8; }
span { border-color: rgb(187,179,200); }
td.TdClassName
{
border-color: #BBB3C8;
}
.TagClassName
{
border-color: #BBB3C8;
}
</style>