Shades of Jet Stream #BFD4CE
Tints of Jet Stream #BFD4CE
RGB
CMYK
RGB Variations
Color information
#BFD4CE (or 0xBFD4CE) is known color: Jet Stream. HEX triplet: BF, D4 and CE. RGB value is (191,212,206). Sum of RGB (Red+Green+Blue) = 191+212+206=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4CE is #402B31. Grayscale: #CDCDCD. Windows color (decimal): -4205362 or 13554879. OLE color: 13554879.
HSL color Cylindrical-coordinate representation of color #BFD4CE: hue angle of 162.86º 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 #BFD4CE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 206 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.17 |
| HSL | 162.86º | 0.2% | 0.79% | - |
| HSV(B) | 162.86º | 0.1% | 0.83% | - |
| XYZ | 56.17 | 62.62 | 67.52 | - |
| YUV | 205.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 206 | 0.10 | 0 | 0.03 | 0.17 | 162.86 | 0.2 | 0.79 |
| Hex | BF | D4 | CE | A | 0 | 3 | 11 | A3 | 14 | 4F |
| Octal | 277 | 324 | 316 | 12 | 0 | 3 | 21 | 243 | 24 | 117 |
| Binary | 10111111 | 11010100 | 11001110 | 1010 | 0 | 11 | 10001 | 10100011 | 10100 | 1001111 |
Color Harmonies of #BFD4CE
Complementary color
Monochromatic Colors of #BFD4CE
Black with #BFD4CE
Text Example
Text Example
White with #BFD4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4CE; }
p { color: rgb(191,212,206); }
H1.HeaderClassName
{
color: #BFD4CE;
}
.AnyTagClassName
{
color: #BFD4CE;
}
</style>
background-color css
<style>
a { background-color: #BFD4CE; }
a { background-color: rgb(191,212,206); }
div.DivClassName
{
background-color: #BFD4CE;
}
.BgClassName
{
background-color: #BFD4CE;
}
</style>
border-color css
<style>
span { border-color: #BFD4CE; }
span { border-color: rgb(191,212,206); }
td.TdClassName
{
border-color: #BFD4CE;
}
.TagClassName
{
border-color: #BFD4CE;
}
</style>