Shades of Jet Stream #BFD1C8
Tints of Jet Stream #BFD1C8
RGB
CMYK
RGB Variations
Color information
#BFD1C8 (or 0xBFD1C8) is known color: Jet Stream. HEX triplet: BF, D1 and C8. RGB value is (191,209,200). Sum of RGB (Red+Green+Blue) = 191+209+200=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1C8 is #402E37. Grayscale: #CACACA. Windows color (decimal): -4206136 or 13160895. OLE color: 13160895.
HSL color Cylindrical-coordinate representation of color #BFD1C8: hue angle of 150º 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 #BFD1C8 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 200 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.18 |
| HSL | 150º | 0.16% | 0.78% | - |
| HSV(B) | 150º | 0.09% | 0.82% | - |
| XYZ | 54.71 | 60.85 | 63.5 | - |
| YUV | 202.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 200 | 0.09 | 0 | 0.04 | 0.18 | 150 | 0.16 | 0.78 |
| Hex | BF | D1 | C8 | 9 | 0 | 4 | 12 | 96 | 10 | 4E |
| Octal | 277 | 321 | 310 | 11 | 0 | 4 | 22 | 226 | 20 | 116 |
| Binary | 10111111 | 11010001 | 11001000 | 1001 | 0 | 100 | 10010 | 10010110 | 10000 | 1001110 |
Color Harmonies of #BFD1C8
Complementary color
Monochromatic Colors of #BFD1C8
Black with #BFD1C8
Text Example
Text Example
White with #BFD1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1C8; }
p { color: rgb(191,209,200); }
H1.HeaderClassName
{
color: #BFD1C8;
}
.AnyTagClassName
{
color: #BFD1C8;
}
</style>
background-color css
<style>
a { background-color: #BFD1C8; }
a { background-color: rgb(191,209,200); }
div.DivClassName
{
background-color: #BFD1C8;
}
.BgClassName
{
background-color: #BFD1C8;
}
</style>
border-color css
<style>
span { border-color: #BFD1C8; }
span { border-color: rgb(191,209,200); }
td.TdClassName
{
border-color: #BFD1C8;
}
.TagClassName
{
border-color: #BFD1C8;
}
</style>