Shades of Jet Stream #BFC9C5
Tints of Jet Stream #BFC9C5
RGB
CMYK
RGB Variations
Color information
#BFC9C5 (or 0xBFC9C5) is known color: Jet Stream. HEX triplet: BF, C9 and C5. RGB value is (191,201,197). Sum of RGB (Red+Green+Blue) = 191+201+197=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9C5 is #40363A. Grayscale: #C5C5C5. Windows color (decimal): -4208187 or 12962239. OLE color: 12962239.
HSL color Cylindrical-coordinate representation of color #BFC9C5: hue angle of 156º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC9C5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 197 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.21 |
| HSL | 156º | 0.08% | 0.77% | - |
| HSV(B) | 156º | 0.05% | 0.79% | - |
| XYZ | 52.45 | 56.88 | 61.04 | - |
| YUV | 197.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 197 | 0.05 | 0 | 0.02 | 0.21 | 156 | 0.08 | 0.77 |
| Hex | BF | C9 | C5 | 5 | 0 | 2 | 15 | 9C | 8 | 4D |
| Octal | 277 | 311 | 305 | 5 | 0 | 2 | 25 | 234 | 10 | 115 |
| Binary | 10111111 | 11001001 | 11000101 | 101 | 0 | 10 | 10101 | 10011100 | 1000 | 1001101 |
Color Harmonies of #BFC9C5
Complementary color
Monochromatic Colors of #BFC9C5
Black with #BFC9C5
Text Example
Text Example
White with #BFC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9C5; }
p { color: rgb(191,201,197); }
H1.HeaderClassName
{
color: #BFC9C5;
}
.AnyTagClassName
{
color: #BFC9C5;
}
</style>
background-color css
<style>
a { background-color: #BFC9C5; }
a { background-color: rgb(191,201,197); }
div.DivClassName
{
background-color: #BFC9C5;
}
.BgClassName
{
background-color: #BFC9C5;
}
</style>
border-color css
<style>
span { border-color: #BFC9C5; }
span { border-color: rgb(191,201,197); }
td.TdClassName
{
border-color: #BFC9C5;
}
.TagClassName
{
border-color: #BFC9C5;
}
</style>