Shades of Jet Stream #BCC9C5
Tints of Jet Stream #BCC9C5
RGB
CMYK
RGB Variations
Color information
#BCC9C5 (or 0xBCC9C5) is known color: Jet Stream. HEX triplet: BC, C9 and C5. RGB value is (188,201,197). Sum of RGB (Red+Green+Blue) = 188+201+197=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9C5 is #43363A. Grayscale: #C4C4C4. Windows color (decimal): -4404795 or 12962236. OLE color: 12962236.
HSL color Cylindrical-coordinate representation of color #BCC9C5: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC9C5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 197 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.21 |
| HSL | 161.54º | 0.11% | 0.76% | - |
| HSV(B) | 161.54º | 0.06% | 0.79% | - |
| XYZ | 51.7 | 56.5 | 61 | - |
| YUV | 196.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 197 | 0.06 | 0 | 0.02 | 0.21 | 161.54 | 0.11 | 0.76 |
| Hex | BC | C9 | C5 | 6 | 0 | 2 | 15 | A2 | B | 4C |
| Octal | 274 | 311 | 305 | 6 | 0 | 2 | 25 | 242 | 13 | 114 |
| Binary | 10111100 | 11001001 | 11000101 | 110 | 0 | 10 | 10101 | 10100010 | 1011 | 1001100 |
Color Harmonies of #BCC9C5
Complementary color
Monochromatic Colors of #BCC9C5
Black with #BCC9C5
Text Example
Text Example
White with #BCC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9C5; }
p { color: rgb(188,201,197); }
H1.HeaderClassName
{
color: #BCC9C5;
}
.AnyTagClassName
{
color: #BCC9C5;
}
</style>
background-color css
<style>
a { background-color: #BCC9C5; }
a { background-color: rgb(188,201,197); }
div.DivClassName
{
background-color: #BCC9C5;
}
.BgClassName
{
background-color: #BCC9C5;
}
</style>
border-color css
<style>
span { border-color: #BCC9C5; }
span { border-color: rgb(188,201,197); }
td.TdClassName
{
border-color: #BCC9C5;
}
.TagClassName
{
border-color: #BCC9C5;
}
</style>