Shades of Rainee #BCC3BB
Tints of Rainee #BCC3BB
RGB
CMYK
RGB Variations
Color information
#BCC3BB (or 0xBCC3BB) is known color: Rainee. HEX triplet: BC, C3 and BB. RGB value is (188,195,187). Sum of RGB (Red+Green+Blue) = 188+195+187=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3BB is #433C44. Grayscale: #C0C0C0. Windows color (decimal): -4406341 or 12305340. OLE color: 12305340.
HSL color Cylindrical-coordinate representation of color #BCC3BB: hue angle of 112.5º degrees, saturation: 0.06, 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 #BCC3BB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 187 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.24 |
| HSL | 112.5º | 0.06% | 0.75% | - |
| HSV(B) | 112.5º | 0.04% | 0.76% | - |
| XYZ | 49.22 | 53.31 | 54.71 | - |
| YUV | 192 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 187 | 0.04 | 0 | 0.04 | 0.24 | 112.5 | 0.06 | 0.75 |
| Hex | BC | C3 | BB | 4 | 0 | 4 | 18 | 70 | 6 | 4B |
| Octal | 274 | 303 | 273 | 4 | 0 | 4 | 30 | 160 | 6 | 113 |
| Binary | 10111100 | 11000011 | 10111011 | 100 | 0 | 100 | 11000 | 1110000 | 110 | 1001011 |
Color Harmonies of #BCC3BB
Complementary color
Monochromatic Colors of #BCC3BB
Black with #BCC3BB
Text Example
Text Example
White with #BCC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3BB; }
p { color: rgb(188,195,187); }
H1.HeaderClassName
{
color: #BCC3BB;
}
.AnyTagClassName
{
color: #BCC3BB;
}
</style>
background-color css
<style>
a { background-color: #BCC3BB; }
a { background-color: rgb(188,195,187); }
div.DivClassName
{
background-color: #BCC3BB;
}
.BgClassName
{
background-color: #BCC3BB;
}
</style>
border-color css
<style>
span { border-color: #BCC3BB; }
span { border-color: rgb(188,195,187); }
td.TdClassName
{
border-color: #BCC3BB;
}
.TagClassName
{
border-color: #BCC3BB;
}
</style>