Shades of Rainee #BCC1BA
Tints of Rainee #BCC1BA
RGB
CMYK
RGB Variations
Color information
#BCC1BA (or 0xBCC1BA) is known color: Rainee. HEX triplet: BC, C1 and BA. RGB value is (188,193,186). Sum of RGB (Red+Green+Blue) = 188+193+186=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1BA is #433E45. Grayscale: #BEBEBE. Windows color (decimal): -4406854 or 12239292. OLE color: 12239292.
HSL color Cylindrical-coordinate representation of color #BCC1BA: hue angle of 102.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC1BA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 188 | 193 | 186 | - |
CMYK | 0.03 | 0 | 0.04 | 0.24 |
HSL | 102.86º | 0.05% | 0.74% | - |
HSV(B) | 102.86º | 0.04% | 0.76% | - |
XYZ | 48.67 | 52.38 | 54 | - |
YUV | 190.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 193 | 186 | 0.03 | 0 | 0.04 | 0.24 | 102.86 | 0.05 | 0.74 |
Hex | BC | C1 | BA | 3 | 0 | 4 | 18 | 67 | 5 | 4A |
Octal | 274 | 301 | 272 | 3 | 0 | 4 | 30 | 147 | 5 | 112 |
Binary | 10111100 | 11000001 | 10111010 | 11 | 0 | 100 | 11000 | 1100111 | 101 | 1001010 |
Color Harmonies of #BCC1BA
Complementary color
Monochromatic Colors of #BCC1BA
Black with #BCC1BA
Text Example
Text Example
White with #BCC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1BA; }
p { color: rgb(188,193,186); }
H1.HeaderClassName
{
color: #BCC1BA;
}
.AnyTagClassName
{
color: #BCC1BA;
}
</style>
background-color css
<style>
a { background-color: #BCC1BA; }
a { background-color: rgb(188,193,186); }
div.DivClassName
{
background-color: #BCC1BA;
}
.BgClassName
{
background-color: #BCC1BA;
}
</style>
border-color css
<style>
span { border-color: #BCC1BA; }
span { border-color: rgb(188,193,186); }
td.TdClassName
{
border-color: #BCC1BA;
}
.TagClassName
{
border-color: #BCC1BA;
}
</style>