Shades of Jet Stream #BFCDC9
Tints of Jet Stream #BFCDC9
RGB
CMYK
RGB Variations
Color information
#BFCDC9 (or 0xBFCDC9) is known color: Jet Stream. HEX triplet: BF, CD and C9. RGB value is (191,205,201). Sum of RGB (Red+Green+Blue) = 191+205+201=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC9 is #403236. Grayscale: #C8C8C8. Windows color (decimal): -4207159 or 13225407. OLE color: 13225407.
HSL color Cylindrical-coordinate representation of color #BFCDC9: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 201 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.20 |
| HSL | 162.86º | 0.12% | 0.78% | - |
| HSV(B) | 162.86º | 0.07% | 0.8% | - |
| XYZ | 53.86 | 58.96 | 63.8 | - |
| YUV | 200.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 201 | 0.07 | 0 | 0.02 | 0.20 | 162.86 | 0.12 | 0.78 |
| Hex | BF | CD | C9 | 7 | 0 | 2 | 14 | A3 | C | 4E |
| Octal | 277 | 315 | 311 | 7 | 0 | 2 | 24 | 243 | 14 | 116 |
| Binary | 10111111 | 11001101 | 11001001 | 111 | 0 | 10 | 10100 | 10100011 | 1100 | 1001110 |
Color Harmonies of #BFCDC9
Complementary color
Monochromatic Colors of #BFCDC9
Black with #BFCDC9
Text Example
Text Example
White with #BFCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDC9; }
p { color: rgb(191,205,201); }
H1.HeaderClassName
{
color: #BFCDC9;
}
.AnyTagClassName
{
color: #BFCDC9;
}
</style>
background-color css
<style>
a { background-color: #BFCDC9; }
a { background-color: rgb(191,205,201); }
div.DivClassName
{
background-color: #BFCDC9;
}
.BgClassName
{
background-color: #BFCDC9;
}
</style>
border-color css
<style>
span { border-color: #BFCDC9; }
span { border-color: rgb(191,205,201); }
td.TdClassName
{
border-color: #BFCDC9;
}
.TagClassName
{
border-color: #BFCDC9;
}
</style>