Shades of Moon Raker #BBB2CE
Tints of Moon Raker #BBB2CE
RGB
CMYK
RGB Variations
Color information
#BBB2CE (or 0xBBB2CE) is known color: Moon Raker. HEX triplet: BB, B2 and CE. RGB value is (187,178,206). Sum of RGB (Red+Green+Blue) = 187+178+206=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2CE is #444D31. Grayscale: #B7B7B7. Windows color (decimal): -4476210 or 13546171. OLE color: 13546171.
HSL color Cylindrical-coordinate representation of color #BBB2CE: hue angle of 259.29º degrees, saturation: 0.22, 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 #BBB2CE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 178 | 206 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.19 |
| HSL | 259.29º | 0.22% | 0.75% | - |
| HSV(B) | 259.29º | 0.14% | 0.81% | - |
| XYZ | 47.55 | 46.86 | 64.93 | - |
| YUV | 183.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 206 | 0.09 | 0.14 | 0 | 0.19 | 259.29 | 0.22 | 0.75 |
| Hex | BB | B2 | CE | 9 | E | 0 | 13 | 103 | 16 | 4B |
| Octal | 273 | 262 | 316 | 11 | 16 | 0 | 23 | 403 | 26 | 113 |
| Binary | 10111011 | 10110010 | 11001110 | 1001 | 1110 | 0 | 10011 | 100000011 | 10110 | 1001011 |
Color Harmonies of #BBB2CE
Complementary color
Monochromatic Colors of #BBB2CE
Black with #BBB2CE
Text Example
Text Example
White with #BBB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2CE; }
p { color: rgb(187,178,206); }
H1.HeaderClassName
{
color: #BBB2CE;
}
.AnyTagClassName
{
color: #BBB2CE;
}
</style>
background-color css
<style>
a { background-color: #BBB2CE; }
a { background-color: rgb(187,178,206); }
div.DivClassName
{
background-color: #BBB2CE;
}
.BgClassName
{
background-color: #BBB2CE;
}
</style>
border-color css
<style>
span { border-color: #BBB2CE; }
span { border-color: rgb(187,178,206); }
td.TdClassName
{
border-color: #BBB2CE;
}
.TagClassName
{
border-color: #BBB2CE;
}
</style>