Shades of Moon Raker #BBB1CE
Tints of Moon Raker #BBB1CE
RGB
CMYK
RGB Variations
Color information
#BBB1CE (or 0xBBB1CE) is known color: Moon Raker. HEX triplet: BB, B1 and CE. RGB value is (187,177,206). Sum of RGB (Red+Green+Blue) = 187+177+206=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1CE is #444E31. Grayscale: #B7B7B7. Windows color (decimal): -4476466 or 13545915. OLE color: 13545915.
HSL color Cylindrical-coordinate representation of color #BBB1CE: hue angle of 260.69º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB1CE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 177 | 206 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.19 |
| HSL | 260.69º | 0.23% | 0.75% | - |
| HSV(B) | 260.69º | 0.14% | 0.81% | - |
| XYZ | 47.36 | 46.47 | 64.87 | - |
| YUV | 183.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 206 | 0.09 | 0.14 | 0 | 0.19 | 260.69 | 0.23 | 0.75 |
| Hex | BB | B1 | CE | 9 | E | 0 | 13 | 105 | 17 | 4B |
| Octal | 273 | 261 | 316 | 11 | 16 | 0 | 23 | 405 | 27 | 113 |
| Binary | 10111011 | 10110001 | 11001110 | 1001 | 1110 | 0 | 10011 | 100000101 | 10111 | 1001011 |
Color Harmonies of #BBB1CE
Complementary color
Monochromatic Colors of #BBB1CE
Black with #BBB1CE
Text Example
Text Example
White with #BBB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1CE; }
p { color: rgb(187,177,206); }
H1.HeaderClassName
{
color: #BBB1CE;
}
.AnyTagClassName
{
color: #BBB1CE;
}
</style>
background-color css
<style>
a { background-color: #BBB1CE; }
a { background-color: rgb(187,177,206); }
div.DivClassName
{
background-color: #BBB1CE;
}
.BgClassName
{
background-color: #BBB1CE;
}
</style>
border-color css
<style>
span { border-color: #BBB1CE; }
span { border-color: rgb(187,177,206); }
td.TdClassName
{
border-color: #BBB1CE;
}
.TagClassName
{
border-color: #BBB1CE;
}
</style>