Shades of Moon Raker #BBB2D5
Tints of Moon Raker #BBB2D5
RGB
CMYK
RGB Variations
Color information
#BBB2D5 (or 0xBBB2D5) is known color: Moon Raker. HEX triplet: BB, B2 and D5. RGB value is (187,178,213). Sum of RGB (Red+Green+Blue) = 187+178+213=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2D5 is #444D2A. Grayscale: #B8B8B8. Windows color (decimal): -4476203 or 14004923. OLE color: 14004923.
HSL color Cylindrical-coordinate representation of color #BBB2D5: hue angle of 255.43º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB2D5 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 178 | 213 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.16 |
| HSL | 255.43º | 0.29% | 0.77% | - |
| HSV(B) | 255.43º | 0.16% | 0.84% | - |
| XYZ | 48.42 | 47.21 | 69.51 | - |
| YUV | 184.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 213 | 0.12 | 0.16 | 0 | 0.16 | 255.43 | 0.29 | 0.77 |
| Hex | BB | B2 | D5 | C | 10 | 0 | 10 | FF | 1D | 4D |
| Octal | 273 | 262 | 325 | 14 | 20 | 0 | 20 | 377 | 35 | 115 |
| Binary | 10111011 | 10110010 | 11010101 | 1100 | 10000 | 0 | 10000 | 11111111 | 11101 | 1001101 |
Color Harmonies of #BBB2D5
Complementary color
Monochromatic Colors of #BBB2D5
Black with #BBB2D5
Text Example
Text Example
White with #BBB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2D5; }
p { color: rgb(187,178,213); }
H1.HeaderClassName
{
color: #BBB2D5;
}
.AnyTagClassName
{
color: #BBB2D5;
}
</style>
background-color css
<style>
a { background-color: #BBB2D5; }
a { background-color: rgb(187,178,213); }
div.DivClassName
{
background-color: #BBB2D5;
}
.BgClassName
{
background-color: #BBB2D5;
}
</style>
border-color css
<style>
span { border-color: #BBB2D5; }
span { border-color: rgb(187,178,213); }
td.TdClassName
{
border-color: #BBB2D5;
}
.TagClassName
{
border-color: #BBB2D5;
}
</style>