Shades of Rainee #BCC8BA
Tints of Rainee #BCC8BA
RGB
CMYK
RGB Variations
Color information
#BCC8BA (or 0xBCC8BA) is known color: Rainee. HEX triplet: BC, C8 and BA. RGB value is (188,200,186). Sum of RGB (Red+Green+Blue) = 188+200+186=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8BA is #433745. Grayscale: #C2C2C2. Windows color (decimal): -4405062 or 12241084. OLE color: 12241084.
HSL color Cylindrical-coordinate representation of color #BCC8BA: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC8BA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 186 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.22 |
| HSL | 111.43º | 0.11% | 0.76% | - |
| HSV(B) | 111.43º | 0.07% | 0.78% | - |
| XYZ | 50.26 | 55.55 | 54.53 | - |
| YUV | 194.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 186 | 0.06 | 0 | 0.07 | 0.22 | 111.43 | 0.11 | 0.76 |
| Hex | BC | C8 | BA | 6 | 0 | 7 | 16 | 6F | B | 4C |
| Octal | 274 | 310 | 272 | 6 | 0 | 7 | 26 | 157 | 13 | 114 |
| Binary | 10111100 | 11001000 | 10111010 | 110 | 0 | 111 | 10110 | 1101111 | 1011 | 1001100 |
Color Harmonies of #BCC8BA
Complementary color
Monochromatic Colors of #BCC8BA
Black with #BCC8BA
Text Example
Text Example
White with #BCC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8BA; }
p { color: rgb(188,200,186); }
H1.HeaderClassName
{
color: #BCC8BA;
}
.AnyTagClassName
{
color: #BCC8BA;
}
</style>
background-color css
<style>
a { background-color: #BCC8BA; }
a { background-color: rgb(188,200,186); }
div.DivClassName
{
background-color: #BCC8BA;
}
.BgClassName
{
background-color: #BCC8BA;
}
</style>
border-color css
<style>
span { border-color: #BCC8BA; }
span { border-color: rgb(188,200,186); }
td.TdClassName
{
border-color: #BCC8BA;
}
.TagClassName
{
border-color: #BCC8BA;
}
</style>