Shades of Jet Stream #BFC4C3
Tints of Jet Stream #BFC4C3
RGB
CMYK
RGB Variations
Color information
#BFC4C3 (or 0xBFC4C3) is known color: Jet Stream. HEX triplet: BF, C4 and C3. RGB value is (191,196,195). Sum of RGB (Red+Green+Blue) = 191+196+195=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4C3 is #403B3C. Grayscale: #C2C2C2. Windows color (decimal): -4209469 or 12829887. OLE color: 12829887.
HSL color Cylindrical-coordinate representation of color #BFC4C3: hue angle of 168º degrees, saturation: 0.04, 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 #BFC4C3 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 195 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.23 |
| HSL | 168º | 0.04% | 0.76% | - |
| HSV(B) | 168º | 0.03% | 0.77% | - |
| XYZ | 51.08 | 54.5 | 59.46 | - |
| YUV | 194.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 195 | 0.03 | 0 | 0.01 | 0.23 | 168 | 0.04 | 0.76 |
| Hex | BF | C4 | C3 | 3 | 0 | 1 | 17 | A8 | 4 | 4C |
| Octal | 277 | 304 | 303 | 3 | 0 | 1 | 27 | 250 | 4 | 114 |
| Binary | 10111111 | 11000100 | 11000011 | 11 | 0 | 1 | 10111 | 10101000 | 100 | 1001100 |
Color Harmonies of #BFC4C3
Complementary color
Monochromatic Colors of #BFC4C3
Black with #BFC4C3
Text Example
Text Example
White with #BFC4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4C3; }
p { color: rgb(191,196,195); }
H1.HeaderClassName
{
color: #BFC4C3;
}
.AnyTagClassName
{
color: #BFC4C3;
}
</style>
background-color css
<style>
a { background-color: #BFC4C3; }
a { background-color: rgb(191,196,195); }
div.DivClassName
{
background-color: #BFC4C3;
}
.BgClassName
{
background-color: #BFC4C3;
}
</style>
border-color css
<style>
span { border-color: #BFC4C3; }
span { border-color: rgb(191,196,195); }
td.TdClassName
{
border-color: #BFC4C3;
}
.TagClassName
{
border-color: #BFC4C3;
}
</style>