Shades of Moon Raker #BBB1D5
Tints of Moon Raker #BBB1D5
RGB
CMYK
RGB Variations
Color information
#BBB1D5 (or 0xBBB1D5) is known color: Moon Raker. HEX triplet: BB, B1 and D5. RGB value is (187,177,213). Sum of RGB (Red+Green+Blue) = 187+177+213=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1D5 is #444E2A. Grayscale: #B7B7B7. Windows color (decimal): -4476459 or 14004667. OLE color: 14004667.
HSL color Cylindrical-coordinate representation of color #BBB1D5: hue angle of 256.67º degrees, saturation: 0.3, 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 #BBB1D5 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 177 | 213 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.16 |
| HSL | 256.67º | 0.3% | 0.76% | - |
| HSV(B) | 256.67º | 0.17% | 0.84% | - |
| XYZ | 48.23 | 46.81 | 69.44 | - |
| YUV | 184.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 213 | 0.12 | 0.17 | 0 | 0.16 | 256.67 | 0.3 | 0.76 |
| Hex | BB | B1 | D5 | C | 11 | 0 | 10 | 101 | 1E | 4C |
| Octal | 273 | 261 | 325 | 14 | 21 | 0 | 20 | 401 | 36 | 114 |
| Binary | 10111011 | 10110001 | 11010101 | 1100 | 10001 | 0 | 10000 | 100000001 | 11110 | 1001100 |
Color Harmonies of #BBB1D5
Complementary color
Monochromatic Colors of #BBB1D5
Black with #BBB1D5
Text Example
Text Example
White with #BBB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1D5; }
p { color: rgb(187,177,213); }
H1.HeaderClassName
{
color: #BBB1D5;
}
.AnyTagClassName
{
color: #BBB1D5;
}
</style>
background-color css
<style>
a { background-color: #BBB1D5; }
a { background-color: rgb(187,177,213); }
div.DivClassName
{
background-color: #BBB1D5;
}
.BgClassName
{
background-color: #BBB1D5;
}
</style>
border-color css
<style>
span { border-color: #BBB1D5; }
span { border-color: rgb(187,177,213); }
td.TdClassName
{
border-color: #BBB1D5;
}
.TagClassName
{
border-color: #BBB1D5;
}
</style>