Shades of Jet Stream #BFC5C4
Tints of Jet Stream #BFC5C4
RGB
CMYK
RGB Variations
Color information
#BFC5C4 (or 0xBFC5C4) is known color: Jet Stream. HEX triplet: BF, C5 and C4. RGB value is (191,197,196). Sum of RGB (Red+Green+Blue) = 191+197+196=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C4 is #403A3B. Grayscale: #C3C3C3. Windows color (decimal): -4209212 or 12895679. OLE color: 12895679.
HSL color Cylindrical-coordinate representation of color #BFC5C4: hue angle of 170º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC5C4 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 196 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.23 |
| HSL | 170º | 0.05% | 0.76% | - |
| HSV(B) | 170º | 0.03% | 0.77% | - |
| XYZ | 51.42 | 54.99 | 60.13 | - |
| YUV | 195.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 196 | 0.03 | 0 | 0.01 | 0.23 | 170 | 0.05 | 0.76 |
| Hex | BF | C5 | C4 | 3 | 0 | 1 | 17 | AA | 5 | 4C |
| Octal | 277 | 305 | 304 | 3 | 0 | 1 | 27 | 252 | 5 | 114 |
| Binary | 10111111 | 11000101 | 11000100 | 11 | 0 | 1 | 10111 | 10101010 | 101 | 1001100 |
Color Harmonies of #BFC5C4
Complementary color
Monochromatic Colors of #BFC5C4
Black with #BFC5C4
Text Example
Text Example
White with #BFC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5C4; }
p { color: rgb(191,197,196); }
H1.HeaderClassName
{
color: #BFC5C4;
}
.AnyTagClassName
{
color: #BFC5C4;
}
</style>
background-color css
<style>
a { background-color: #BFC5C4; }
a { background-color: rgb(191,197,196); }
div.DivClassName
{
background-color: #BFC5C4;
}
.BgClassName
{
background-color: #BFC5C4;
}
</style>
border-color css
<style>
span { border-color: #BFC5C4; }
span { border-color: rgb(191,197,196); }
td.TdClassName
{
border-color: #BFC5C4;
}
.TagClassName
{
border-color: #BFC5C4;
}
</style>