Shades of Jet Stream #BFCFCB
Tints of Jet Stream #BFCFCB
RGB
CMYK
RGB Variations
Color information
#BFCFCB (or 0xBFCFCB) is known color: Jet Stream. HEX triplet: BF, CF and CB. RGB value is (191,207,203). Sum of RGB (Red+Green+Blue) = 191+207+203=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFCB is #403034. Grayscale: #C9C9C9. Windows color (decimal): -4206645 or 13356991. OLE color: 13356991.
HSL color Cylindrical-coordinate representation of color #BFCFCB: hue angle of 165º 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 #BFCFCB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 203 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.19 |
| HSL | 165º | 0.14% | 0.78% | - |
| HSV(B) | 165º | 0.08% | 0.81% | - |
| XYZ | 54.58 | 60.01 | 65.21 | - |
| YUV | 201.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 203 | 0.08 | 0 | 0.02 | 0.19 | 165 | 0.14 | 0.78 |
| Hex | BF | CF | CB | 8 | 0 | 2 | 13 | A5 | E | 4E |
| Octal | 277 | 317 | 313 | 10 | 0 | 2 | 23 | 245 | 16 | 116 |
| Binary | 10111111 | 11001111 | 11001011 | 1000 | 0 | 10 | 10011 | 10100101 | 1110 | 1001110 |
Color Harmonies of #BFCFCB
Complementary color
Monochromatic Colors of #BFCFCB
Black with #BFCFCB
Text Example
Text Example
White with #BFCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFCB; }
p { color: rgb(191,207,203); }
H1.HeaderClassName
{
color: #BFCFCB;
}
.AnyTagClassName
{
color: #BFCFCB;
}
</style>
background-color css
<style>
a { background-color: #BFCFCB; }
a { background-color: rgb(191,207,203); }
div.DivClassName
{
background-color: #BFCFCB;
}
.BgClassName
{
background-color: #BFCFCB;
}
</style>
border-color css
<style>
span { border-color: #BFCFCB; }
span { border-color: rgb(191,207,203); }
td.TdClassName
{
border-color: #BFCFCB;
}
.TagClassName
{
border-color: #BFCFCB;
}
</style>