Shades of Moon Raker #BBB0D5
Tints of Moon Raker #BBB0D5
RGB
CMYK
RGB Variations
Color information
#BBB0D5 (or 0xBBB0D5) is known color: Moon Raker. HEX triplet: BB, B0 and D5. RGB value is (187,176,213). Sum of RGB (Red+Green+Blue) = 187+176+213=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0D5 is #444F2A. Grayscale: #B7B7B7. Windows color (decimal): -4476715 or 14004411. OLE color: 14004411.
HSL color Cylindrical-coordinate representation of color #BBB0D5: hue angle of 257.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB0D5 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 176 | 213 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.16 |
| HSL | 257.84º | 0.31% | 0.76% | - |
| HSV(B) | 257.84º | 0.17% | 0.84% | - |
| XYZ | 48.03 | 46.42 | 69.38 | - |
| YUV | 183.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 213 | 0.12 | 0.17 | 0 | 0.16 | 257.84 | 0.31 | 0.76 |
| Hex | BB | B0 | D5 | C | 11 | 0 | 10 | 102 | 1F | 4C |
| Octal | 273 | 260 | 325 | 14 | 21 | 0 | 20 | 402 | 37 | 114 |
| Binary | 10111011 | 10110000 | 11010101 | 1100 | 10001 | 0 | 10000 | 100000010 | 11111 | 1001100 |
Color Harmonies of #BBB0D5
Complementary color
Monochromatic Colors of #BBB0D5
Black with #BBB0D5
Text Example
Text Example
White with #BBB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0D5; }
p { color: rgb(187,176,213); }
H1.HeaderClassName
{
color: #BBB0D5;
}
.AnyTagClassName
{
color: #BBB0D5;
}
</style>
background-color css
<style>
a { background-color: #BBB0D5; }
a { background-color: rgb(187,176,213); }
div.DivClassName
{
background-color: #BBB0D5;
}
.BgClassName
{
background-color: #BBB0D5;
}
</style>
border-color css
<style>
span { border-color: #BBB0D5; }
span { border-color: rgb(187,176,213); }
td.TdClassName
{
border-color: #BBB0D5;
}
.TagClassName
{
border-color: #BBB0D5;
}
</style>