Shades of Jet Stream #BFC9C7
Tints of Jet Stream #BFC9C7
RGB
CMYK
RGB Variations
Color information
#BFC9C7 (or 0xBFC9C7) is known color: Jet Stream. HEX triplet: BF, C9 and C7. RGB value is (191,201,199). Sum of RGB (Red+Green+Blue) = 191+201+199=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9C7 is #403638. Grayscale: #C5C5C5. Windows color (decimal): -4208185 or 13093311. OLE color: 13093311.
HSL color Cylindrical-coordinate representation of color #BFC9C7: hue angle of 168º 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 #BFC9C7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 191 | 201 | 199 | - |
CMYK | 0.05 | 0 | 0.01 | 0.21 |
HSL | 168º | 0.08% | 0.77% | - |
HSV(B) | 168º | 0.05% | 0.79% | - |
XYZ | 52.68 | 56.97 | 62.25 | - |
YUV | 197.78 | 128.69 | 123.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 201 | 199 | 0.05 | 0 | 0.01 | 0.21 | 168 | 0.08 | 0.77 |
Hex | BF | C9 | C7 | 5 | 0 | 1 | 15 | A8 | 8 | 4D |
Octal | 277 | 311 | 307 | 5 | 0 | 1 | 25 | 250 | 10 | 115 |
Binary | 10111111 | 11001001 | 11000111 | 101 | 0 | 1 | 10101 | 10101000 | 1000 | 1001101 |
Color Harmonies of #BFC9C7
Complementary color
Monochromatic Colors of #BFC9C7
Black with #BFC9C7
Text Example
Text Example
White with #BFC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9C7; }
p { color: rgb(191,201,199); }
H1.HeaderClassName
{
color: #BFC9C7;
}
.AnyTagClassName
{
color: #BFC9C7;
}
</style>
background-color css
<style>
a { background-color: #BFC9C7; }
a { background-color: rgb(191,201,199); }
div.DivClassName
{
background-color: #BFC9C7;
}
.BgClassName
{
background-color: #BFC9C7;
}
</style>
border-color css
<style>
span { border-color: #BFC9C7; }
span { border-color: rgb(191,201,199); }
td.TdClassName
{
border-color: #BFC9C7;
}
.TagClassName
{
border-color: #BFC9C7;
}
</style>