Shades of Moon Raker #BBB3CF
Tints of Moon Raker #BBB3CF
RGB
CMYK
RGB Variations
Color information
#BBB3CF (or 0xBBB3CF) is known color: Moon Raker. HEX triplet: BB, B3 and CF. RGB value is (187,179,207). Sum of RGB (Red+Green+Blue) = 187+179+207=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3CF is #444C30. Grayscale: #B8B8B8. Windows color (decimal): -4475953 or 13611963. OLE color: 13611963.
HSL color Cylindrical-coordinate representation of color #BBB3CF: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB3CF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 179 | 207 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.19 |
| HSL | 257.14º | 0.23% | 0.76% | - |
| HSV(B) | 257.14º | 0.14% | 0.81% | - |
| XYZ | 47.88 | 47.31 | 65.64 | - |
| YUV | 184.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 207 | 0.10 | 0.14 | 0 | 0.19 | 257.14 | 0.23 | 0.76 |
| Hex | BB | B3 | CF | A | E | 0 | 13 | 101 | 17 | 4C |
| Octal | 273 | 263 | 317 | 12 | 16 | 0 | 23 | 401 | 27 | 114 |
| Binary | 10111011 | 10110011 | 11001111 | 1010 | 1110 | 0 | 10011 | 100000001 | 10111 | 1001100 |
Color Harmonies of #BBB3CF
Complementary color
Monochromatic Colors of #BBB3CF
Black with #BBB3CF
Text Example
Text Example
White with #BBB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3CF; }
p { color: rgb(187,179,207); }
H1.HeaderClassName
{
color: #BBB3CF;
}
.AnyTagClassName
{
color: #BBB3CF;
}
</style>
background-color css
<style>
a { background-color: #BBB3CF; }
a { background-color: rgb(187,179,207); }
div.DivClassName
{
background-color: #BBB3CF;
}
.BgClassName
{
background-color: #BBB3CF;
}
</style>
border-color css
<style>
span { border-color: #BBB3CF; }
span { border-color: rgb(187,179,207); }
td.TdClassName
{
border-color: #BBB3CF;
}
.TagClassName
{
border-color: #BBB3CF;
}
</style>