Shades of Jet Stream #BFCAC7
Tints of Jet Stream #BFCAC7
RGB
CMYK
RGB Variations
Color information
#BFCAC7 (or 0xBFCAC7) is known color: Jet Stream. HEX triplet: BF, CA and C7. RGB value is (191,202,199). Sum of RGB (Red+Green+Blue) = 191+202+199=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAC7 is #403538. Grayscale: #C6C6C6. Windows color (decimal): -4207929 or 13093567. OLE color: 13093567.
HSL color Cylindrical-coordinate representation of color #BFCAC7: hue angle of 163.64º degrees, saturation: 0.09, 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 #BFCAC7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 199 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.21 |
| HSL | 163.64º | 0.09% | 0.77% | - |
| HSV(B) | 163.64º | 0.05% | 0.79% | - |
| XYZ | 52.92 | 57.44 | 62.33 | - |
| YUV | 198.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 199 | 0.05 | 0 | 0.01 | 0.21 | 163.64 | 0.09 | 0.77 |
| Hex | BF | CA | C7 | 5 | 0 | 1 | 15 | A4 | 9 | 4D |
| Octal | 277 | 312 | 307 | 5 | 0 | 1 | 25 | 244 | 11 | 115 |
| Binary | 10111111 | 11001010 | 11000111 | 101 | 0 | 1 | 10101 | 10100100 | 1001 | 1001101 |
Color Harmonies of #BFCAC7
Complementary color
Monochromatic Colors of #BFCAC7
Black with #BFCAC7
Text Example
Text Example
White with #BFCAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAC7; }
p { color: rgb(191,202,199); }
H1.HeaderClassName
{
color: #BFCAC7;
}
.AnyTagClassName
{
color: #BFCAC7;
}
</style>
background-color css
<style>
a { background-color: #BFCAC7; }
a { background-color: rgb(191,202,199); }
div.DivClassName
{
background-color: #BFCAC7;
}
.BgClassName
{
background-color: #BFCAC7;
}
</style>
border-color css
<style>
span { border-color: #BFCAC7; }
span { border-color: rgb(191,202,199); }
td.TdClassName
{
border-color: #BFCAC7;
}
.TagClassName
{
border-color: #BFCAC7;
}
</style>