Shades of Moon Raker #BBB3CA
Tints of Moon Raker #BBB3CA
RGB
CMYK
RGB Variations
Color information
#BBB3CA (or 0xBBB3CA) is known color: Moon Raker. HEX triplet: BB, B3 and CA. RGB value is (187,179,202). Sum of RGB (Red+Green+Blue) = 187+179+202=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3CA is #444C35. Grayscale: #B7B7B7. Windows color (decimal): -4475958 or 13284283. OLE color: 13284283.
HSL color Cylindrical-coordinate representation of color #BBB3CA: hue angle of 260.87º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB3CA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 179 | 202 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.21 |
| HSL | 260.87º | 0.18% | 0.75% | - |
| HSV(B) | 260.87º | 0.11% | 0.79% | - |
| XYZ | 47.27 | 47.07 | 62.47 | - |
| YUV | 184.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 202 | 0.07 | 0.11 | 0 | 0.21 | 260.87 | 0.18 | 0.75 |
| Hex | BB | B3 | CA | 7 | B | 0 | 15 | 105 | 12 | 4B |
| Octal | 273 | 263 | 312 | 7 | 13 | 0 | 25 | 405 | 22 | 113 |
| Binary | 10111011 | 10110011 | 11001010 | 111 | 1011 | 0 | 10101 | 100000101 | 10010 | 1001011 |
Color Harmonies of #BBB3CA
Complementary color
Monochromatic Colors of #BBB3CA
Black with #BBB3CA
Text Example
Text Example
White with #BBB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3CA; }
p { color: rgb(187,179,202); }
H1.HeaderClassName
{
color: #BBB3CA;
}
.AnyTagClassName
{
color: #BBB3CA;
}
</style>
background-color css
<style>
a { background-color: #BBB3CA; }
a { background-color: rgb(187,179,202); }
div.DivClassName
{
background-color: #BBB3CA;
}
.BgClassName
{
background-color: #BBB3CA;
}
</style>
border-color css
<style>
span { border-color: #BBB3CA; }
span { border-color: rgb(187,179,202); }
td.TdClassName
{
border-color: #BBB3CA;
}
.TagClassName
{
border-color: #BBB3CA;
}
</style>