Shades of Jet Stream #BFCFC9
Tints of Jet Stream #BFCFC9
RGB
CMYK
RGB Variations
Color information
#BFCFC9 (or 0xBFCFC9) is known color: Jet Stream. HEX triplet: BF, CF and C9. RGB value is (191,207,201). Sum of RGB (Red+Green+Blue) = 191+207+201=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFC9 is #403036. Grayscale: #C9C9C9. Windows color (decimal): -4206647 or 13225919. OLE color: 13225919.
HSL color Cylindrical-coordinate representation of color #BFCFC9: hue angle of 157.5º 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 #BFCFC9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 201 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.19 |
| HSL | 157.5º | 0.14% | 0.78% | - |
| HSV(B) | 157.5º | 0.08% | 0.81% | - |
| XYZ | 54.34 | 59.92 | 63.96 | - |
| YUV | 201.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 201 | 0.08 | 0 | 0.03 | 0.19 | 157.5 | 0.14 | 0.78 |
| Hex | BF | CF | C9 | 8 | 0 | 3 | 13 | 9E | E | 4E |
| Octal | 277 | 317 | 311 | 10 | 0 | 3 | 23 | 236 | 16 | 116 |
| Binary | 10111111 | 11001111 | 11001001 | 1000 | 0 | 11 | 10011 | 10011110 | 1110 | 1001110 |
Color Harmonies of #BFCFC9
Complementary color
Monochromatic Colors of #BFCFC9
Black with #BFCFC9
Text Example
Text Example
White with #BFCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFC9; }
p { color: rgb(191,207,201); }
H1.HeaderClassName
{
color: #BFCFC9;
}
.AnyTagClassName
{
color: #BFCFC9;
}
</style>
background-color css
<style>
a { background-color: #BFCFC9; }
a { background-color: rgb(191,207,201); }
div.DivClassName
{
background-color: #BFCFC9;
}
.BgClassName
{
background-color: #BFCFC9;
}
</style>
border-color css
<style>
span { border-color: #BFCFC9; }
span { border-color: rgb(191,207,201); }
td.TdClassName
{
border-color: #BFCFC9;
}
.TagClassName
{
border-color: #BFCFC9;
}
</style>