Shades of Jet Stream #BFD1CB
Tints of Jet Stream #BFD1CB
RGB
CMYK
RGB Variations
Color information
#BFD1CB (or 0xBFD1CB) is known color: Jet Stream. HEX triplet: BF, D1 and CB. RGB value is (191,209,203). Sum of RGB (Red+Green+Blue) = 191+209+203=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1CB is #402E34. Grayscale: #CACACA. Windows color (decimal): -4206133 or 13357503. OLE color: 13357503.
HSL color Cylindrical-coordinate representation of color #BFD1CB: hue angle of 160º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD1CB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 203 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.18 |
| HSL | 160º | 0.16% | 0.78% | - |
| HSV(B) | 160º | 0.09% | 0.82% | - |
| XYZ | 55.07 | 60.99 | 65.37 | - |
| YUV | 202.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 203 | 0.09 | 0 | 0.03 | 0.18 | 160 | 0.16 | 0.78 |
| Hex | BF | D1 | CB | 9 | 0 | 3 | 12 | A0 | 10 | 4E |
| Octal | 277 | 321 | 313 | 11 | 0 | 3 | 22 | 240 | 20 | 116 |
| Binary | 10111111 | 11010001 | 11001011 | 1001 | 0 | 11 | 10010 | 10100000 | 10000 | 1001110 |
Color Harmonies of #BFD1CB
Complementary color
Monochromatic Colors of #BFD1CB
Black with #BFD1CB
Text Example
Text Example
White with #BFD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1CB; }
p { color: rgb(191,209,203); }
H1.HeaderClassName
{
color: #BFD1CB;
}
.AnyTagClassName
{
color: #BFD1CB;
}
</style>
background-color css
<style>
a { background-color: #BFD1CB; }
a { background-color: rgb(191,209,203); }
div.DivClassName
{
background-color: #BFD1CB;
}
.BgClassName
{
background-color: #BFD1CB;
}
</style>
border-color css
<style>
span { border-color: #BFD1CB; }
span { border-color: rgb(191,209,203); }
td.TdClassName
{
border-color: #BFD1CB;
}
.TagClassName
{
border-color: #BFD1CB;
}
</style>