Shades of Moon Raker #BBB0CF
Tints of Moon Raker #BBB0CF
RGB
CMYK
RGB Variations
Color information
#BBB0CF (or 0xBBB0CF) is known color: Moon Raker. HEX triplet: BB, B0 and CF. RGB value is (187,176,207). Sum of RGB (Red+Green+Blue) = 187+176+207=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CF is #444F30. Grayscale: #B6B6B6. Windows color (decimal): -4476721 or 13611195. OLE color: 13611195.
HSL color Cylindrical-coordinate representation of color #BBB0CF: hue angle of 261.29º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB0CF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 176 | 207 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.19 |
| HSL | 261.29º | 0.24% | 0.75% | - |
| HSV(B) | 261.29º | 0.15% | 0.81% | - |
| XYZ | 47.28 | 46.12 | 65.44 | - |
| YUV | 182.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 207 | 0.10 | 0.15 | 0 | 0.19 | 261.29 | 0.24 | 0.75 |
| Hex | BB | B0 | CF | A | F | 0 | 13 | 105 | 18 | 4B |
| Octal | 273 | 260 | 317 | 12 | 17 | 0 | 23 | 405 | 30 | 113 |
| Binary | 10111011 | 10110000 | 11001111 | 1010 | 1111 | 0 | 10011 | 100000101 | 11000 | 1001011 |
Color Harmonies of #BBB0CF
Complementary color
Monochromatic Colors of #BBB0CF
Black with #BBB0CF
Text Example
Text Example
White with #BBB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0CF; }
p { color: rgb(187,176,207); }
H1.HeaderClassName
{
color: #BBB0CF;
}
.AnyTagClassName
{
color: #BBB0CF;
}
</style>
background-color css
<style>
a { background-color: #BBB0CF; }
a { background-color: rgb(187,176,207); }
div.DivClassName
{
background-color: #BBB0CF;
}
.BgClassName
{
background-color: #BBB0CF;
}
</style>
border-color css
<style>
span { border-color: #BBB0CF; }
span { border-color: rgb(187,176,207); }
td.TdClassName
{
border-color: #BBB0CF;
}
.TagClassName
{
border-color: #BBB0CF;
}
</style>