Shades of Moon Raker #BBB0CE
Tints of Moon Raker #BBB0CE
RGB
CMYK
RGB Variations
Color information
#BBB0CE (or 0xBBB0CE) is known color: Moon Raker. HEX triplet: BB, B0 and CE. RGB value is (187,176,206). Sum of RGB (Red+Green+Blue) = 187+176+206=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBB0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CE is #444F31. Grayscale: #B6B6B6. Windows color (decimal): -4476722 or 13545659. OLE color: 13545659.
HSL color Cylindrical-coordinate representation of color #BBB0CE: hue angle of 262º degrees, saturation: 0.23, 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 #BBB0CE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 176 | 206 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.19 |
| HSL | 262º | 0.23% | 0.75% | - |
| HSV(B) | 262º | 0.15% | 0.81% | - |
| XYZ | 47.16 | 46.07 | 64.8 | - |
| YUV | 182.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 206 | 0.09 | 0.15 | 0 | 0.19 | 262 | 0.23 | 0.75 |
| Hex | BB | B0 | CE | 9 | F | 0 | 13 | 106 | 17 | 4B |
| Octal | 273 | 260 | 316 | 11 | 17 | 0 | 23 | 406 | 27 | 113 |
| Binary | 10111011 | 10110000 | 11001110 | 1001 | 1111 | 0 | 10011 | 100000110 | 10111 | 1001011 |
Color Harmonies of #BBB0CE
Complementary color
Monochromatic Colors of #BBB0CE
Black with #BBB0CE
Text Example
Text Example
White with #BBB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0CE; }
p { color: rgb(187,176,206); }
H1.HeaderClassName
{
color: #BBB0CE;
}
.AnyTagClassName
{
color: #BBB0CE;
}
</style>
background-color css
<style>
a { background-color: #BBB0CE; }
a { background-color: rgb(187,176,206); }
div.DivClassName
{
background-color: #BBB0CE;
}
.BgClassName
{
background-color: #BBB0CE;
}
</style>
border-color css
<style>
span { border-color: #BBB0CE; }
span { border-color: rgb(187,176,206); }
td.TdClassName
{
border-color: #BBB0CE;
}
.TagClassName
{
border-color: #BBB0CE;
}
</style>