Shades of Rainee #BCC3BA
Tints of Rainee #BCC3BA
RGB
CMYK
RGB Variations
Color information
#BCC3BA (or 0xBCC3BA) is known color: Rainee. HEX triplet: BC, C3 and BA. RGB value is (188,195,186). Sum of RGB (Red+Green+Blue) = 188+195+186=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3BA is #433C45. Grayscale: #BFBFBF. Windows color (decimal): -4406342 or 12239804. OLE color: 12239804.
HSL color Cylindrical-coordinate representation of color #BCC3BA: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC3BA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 186 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.24 |
| HSL | 106.67º | 0.07% | 0.75% | - |
| HSV(B) | 106.67º | 0.05% | 0.76% | - |
| XYZ | 49.12 | 53.27 | 54.15 | - |
| YUV | 191.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 186 | 0.04 | 0 | 0.05 | 0.24 | 106.67 | 0.07 | 0.75 |
| Hex | BC | C3 | BA | 4 | 0 | 5 | 18 | 6B | 7 | 4B |
| Octal | 274 | 303 | 272 | 4 | 0 | 5 | 30 | 153 | 7 | 113 |
| Binary | 10111100 | 11000011 | 10111010 | 100 | 0 | 101 | 11000 | 1101011 | 111 | 1001011 |
Color Harmonies of #BCC3BA
Complementary color
Monochromatic Colors of #BCC3BA
Black with #BCC3BA
Text Example
Text Example
White with #BCC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3BA; }
p { color: rgb(188,195,186); }
H1.HeaderClassName
{
color: #BCC3BA;
}
.AnyTagClassName
{
color: #BCC3BA;
}
</style>
background-color css
<style>
a { background-color: #BCC3BA; }
a { background-color: rgb(188,195,186); }
div.DivClassName
{
background-color: #BCC3BA;
}
.BgClassName
{
background-color: #BCC3BA;
}
</style>
border-color css
<style>
span { border-color: #BCC3BA; }
span { border-color: rgb(188,195,186); }
td.TdClassName
{
border-color: #BCC3BA;
}
.TagClassName
{
border-color: #BCC3BA;
}
</style>