Shades of Rainee #BCC2BB
Tints of Rainee #BCC2BB
RGB
CMYK
RGB Variations
Color information
#BCC2BB (or 0xBCC2BB) is known color: Rainee. HEX triplet: BC, C2 and BB. RGB value is (188,194,187). Sum of RGB (Red+Green+Blue) = 188+194+187=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2BB is #433D44. Grayscale: #BFBFBF. Windows color (decimal): -4406597 or 12305084. OLE color: 12305084.
HSL color Cylindrical-coordinate representation of color #BCC2BB: hue angle of 111.43º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC2BB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 187 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.24 |
| HSL | 111.43º | 0.05% | 0.75% | - |
| HSV(B) | 111.43º | 0.04% | 0.76% | - |
| XYZ | 49 | 52.86 | 54.63 | - |
| YUV | 191.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 187 | 0.03 | 0 | 0.04 | 0.24 | 111.43 | 0.05 | 0.75 |
| Hex | BC | C2 | BB | 3 | 0 | 4 | 18 | 6F | 5 | 4B |
| Octal | 274 | 302 | 273 | 3 | 0 | 4 | 30 | 157 | 5 | 113 |
| Binary | 10111100 | 11000010 | 10111011 | 11 | 0 | 100 | 11000 | 1101111 | 101 | 1001011 |
Color Harmonies of #BCC2BB
Complementary color
Monochromatic Colors of #BCC2BB
Black with #BCC2BB
Text Example
Text Example
White with #BCC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2BB; }
p { color: rgb(188,194,187); }
H1.HeaderClassName
{
color: #BCC2BB;
}
.AnyTagClassName
{
color: #BCC2BB;
}
</style>
background-color css
<style>
a { background-color: #BCC2BB; }
a { background-color: rgb(188,194,187); }
div.DivClassName
{
background-color: #BCC2BB;
}
.BgClassName
{
background-color: #BCC2BB;
}
</style>
border-color css
<style>
span { border-color: #BCC2BB; }
span { border-color: rgb(188,194,187); }
td.TdClassName
{
border-color: #BCC2BB;
}
.TagClassName
{
border-color: #BCC2BB;
}
</style>