Shades of Moon Raker #BBB3CE
Tints of Moon Raker #BBB3CE
RGB
CMYK
RGB Variations
Color information
#BBB3CE (or 0xBBB3CE) is known color: Moon Raker. HEX triplet: BB, B3 and CE. RGB value is (187,179,206). Sum of RGB (Red+Green+Blue) = 187+179+206=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3CE is #444C31. Grayscale: #B8B8B8. Windows color (decimal): -4475954 or 13546427. OLE color: 13546427.
HSL color Cylindrical-coordinate representation of color #BBB3CE: hue angle of 257.78º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB3CE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 179 | 206 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.19 |
| HSL | 257.78º | 0.22% | 0.75% | - |
| HSV(B) | 257.78º | 0.13% | 0.81% | - |
| XYZ | 47.75 | 47.26 | 65 | - |
| YUV | 184.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 206 | 0.09 | 0.13 | 0 | 0.19 | 257.78 | 0.22 | 0.75 |
| Hex | BB | B3 | CE | 9 | D | 0 | 13 | 102 | 16 | 4B |
| Octal | 273 | 263 | 316 | 11 | 15 | 0 | 23 | 402 | 26 | 113 |
| Binary | 10111011 | 10110011 | 11001110 | 1001 | 1101 | 0 | 10011 | 100000010 | 10110 | 1001011 |
Color Harmonies of #BBB3CE
Complementary color
Monochromatic Colors of #BBB3CE
Black with #BBB3CE
Text Example
Text Example
White with #BBB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3CE; }
p { color: rgb(187,179,206); }
H1.HeaderClassName
{
color: #BBB3CE;
}
.AnyTagClassName
{
color: #BBB3CE;
}
</style>
background-color css
<style>
a { background-color: #BBB3CE; }
a { background-color: rgb(187,179,206); }
div.DivClassName
{
background-color: #BBB3CE;
}
.BgClassName
{
background-color: #BBB3CE;
}
</style>
border-color css
<style>
span { border-color: #BBB3CE; }
span { border-color: rgb(187,179,206); }
td.TdClassName
{
border-color: #BBB3CE;
}
.TagClassName
{
border-color: #BBB3CE;
}
</style>