Shades of Jet Stream #BFD4CB
Tints of Jet Stream #BFD4CB
RGB
CMYK
RGB Variations
Color information
#BFD4CB (or 0xBFD4CB) is known color: Jet Stream. HEX triplet: BF, D4 and CB. RGB value is (191,212,203). Sum of RGB (Red+Green+Blue) = 191+212+203=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4CB is #402B34. Grayscale: #CCCCCC. Windows color (decimal): -4205365 or 13358271. OLE color: 13358271.
HSL color Cylindrical-coordinate representation of color #BFD4CB: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD4CB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 203 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.17 |
| HSL | 154.29º | 0.2% | 0.79% | - |
| HSV(B) | 154.29º | 0.1% | 0.83% | - |
| XYZ | 55.81 | 62.48 | 65.62 | - |
| YUV | 204.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 203 | 0.10 | 0 | 0.04 | 0.17 | 154.29 | 0.2 | 0.79 |
| Hex | BF | D4 | CB | A | 0 | 4 | 11 | 9A | 14 | 4F |
| Octal | 277 | 324 | 313 | 12 | 0 | 4 | 21 | 232 | 24 | 117 |
| Binary | 10111111 | 11010100 | 11001011 | 1010 | 0 | 100 | 10001 | 10011010 | 10100 | 1001111 |
Color Harmonies of #BFD4CB
Complementary color
Monochromatic Colors of #BFD4CB
Black with #BFD4CB
Text Example
Text Example
White with #BFD4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4CB; }
p { color: rgb(191,212,203); }
H1.HeaderClassName
{
color: #BFD4CB;
}
.AnyTagClassName
{
color: #BFD4CB;
}
</style>
background-color css
<style>
a { background-color: #BFD4CB; }
a { background-color: rgb(191,212,203); }
div.DivClassName
{
background-color: #BFD4CB;
}
.BgClassName
{
background-color: #BFD4CB;
}
</style>
border-color css
<style>
span { border-color: #BFD4CB; }
span { border-color: rgb(191,212,203); }
td.TdClassName
{
border-color: #BFD4CB;
}
.TagClassName
{
border-color: #BFD4CB;
}
</style>