Shades of Jet Stream #BFCFC7
Tints of Jet Stream #BFCFC7
RGB
CMYK
RGB Variations
Color information
#BFCFC7 (or 0xBFCFC7) is known color: Jet Stream. HEX triplet: BF, CF and C7. RGB value is (191,207,199). Sum of RGB (Red+Green+Blue) = 191+207+199=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFC7 is #403038. Grayscale: #C9C9C9. Windows color (decimal): -4206649 or 13094847. OLE color: 13094847.
HSL color Cylindrical-coordinate representation of color #BFCFC7: hue angle of 150º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCFC7 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 199 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.19 |
| HSL | 150º | 0.14% | 0.78% | - |
| HSV(B) | 150º | 0.08% | 0.81% | - |
| XYZ | 54.11 | 59.83 | 62.73 | - |
| YUV | 201.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 199 | 0.08 | 0 | 0.04 | 0.19 | 150 | 0.14 | 0.78 |
| Hex | BF | CF | C7 | 8 | 0 | 4 | 13 | 96 | E | 4E |
| Octal | 277 | 317 | 307 | 10 | 0 | 4 | 23 | 226 | 16 | 116 |
| Binary | 10111111 | 11001111 | 11000111 | 1000 | 0 | 100 | 10011 | 10010110 | 1110 | 1001110 |
Color Harmonies of #BFCFC7
Complementary color
Monochromatic Colors of #BFCFC7
Black with #BFCFC7
Text Example
Text Example
White with #BFCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFC7; }
p { color: rgb(191,207,199); }
H1.HeaderClassName
{
color: #BFCFC7;
}
.AnyTagClassName
{
color: #BFCFC7;
}
</style>
background-color css
<style>
a { background-color: #BFCFC7; }
a { background-color: rgb(191,207,199); }
div.DivClassName
{
background-color: #BFCFC7;
}
.BgClassName
{
background-color: #BFCFC7;
}
</style>
border-color css
<style>
span { border-color: #BFCFC7; }
span { border-color: rgb(191,207,199); }
td.TdClassName
{
border-color: #BFCFC7;
}
.TagClassName
{
border-color: #BFCFC7;
}
</style>