Shades of Moon Raker #BBB2CF
Tints of Moon Raker #BBB2CF
RGB
CMYK
RGB Variations
Color information
#BBB2CF (or 0xBBB2CF) is known color: Moon Raker. HEX triplet: BB, B2 and CF. RGB value is (187,178,207). Sum of RGB (Red+Green+Blue) = 187+178+207=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2CF is #444D30. Grayscale: #B7B7B7. Windows color (decimal): -4476209 or 13611707. OLE color: 13611707.
HSL color Cylindrical-coordinate representation of color #BBB2CF: hue angle of 258.62º degrees, saturation: 0.23, 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 #BBB2CF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 178 | 207 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.19 |
| HSL | 258.62º | 0.23% | 0.75% | - |
| HSV(B) | 258.62º | 0.14% | 0.81% | - |
| XYZ | 47.68 | 46.91 | 65.57 | - |
| YUV | 184 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 207 | 0.10 | 0.14 | 0 | 0.19 | 258.62 | 0.23 | 0.75 |
| Hex | BB | B2 | CF | A | E | 0 | 13 | 103 | 17 | 4B |
| Octal | 273 | 262 | 317 | 12 | 16 | 0 | 23 | 403 | 27 | 113 |
| Binary | 10111011 | 10110010 | 11001111 | 1010 | 1110 | 0 | 10011 | 100000011 | 10111 | 1001011 |
Color Harmonies of #BBB2CF
Complementary color
Monochromatic Colors of #BBB2CF
Black with #BBB2CF
Text Example
Text Example
White with #BBB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2CF; }
p { color: rgb(187,178,207); }
H1.HeaderClassName
{
color: #BBB2CF;
}
.AnyTagClassName
{
color: #BBB2CF;
}
</style>
background-color css
<style>
a { background-color: #BBB2CF; }
a { background-color: rgb(187,178,207); }
div.DivClassName
{
background-color: #BBB2CF;
}
.BgClassName
{
background-color: #BBB2CF;
}
</style>
border-color css
<style>
span { border-color: #BBB2CF; }
span { border-color: rgb(187,178,207); }
td.TdClassName
{
border-color: #BBB2CF;
}
.TagClassName
{
border-color: #BBB2CF;
}
</style>