Shades of Jet Stream #BFD9D2
Tints of Jet Stream #BFD9D2
RGB
CMYK
RGB Variations
Color information
#BFD9D2 (or 0xBFD9D2) is known color: Jet Stream. HEX triplet: BF, D9 and D2. RGB value is (191,217,210). Sum of RGB (Red+Green+Blue) = 191+217+210=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9D2 is #40262D. Grayscale: #D0D0D0. Windows color (decimal): -4204078 or 13818303. OLE color: 13818303.
HSL color Cylindrical-coordinate representation of color #BFD9D2: hue angle of 163.85º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD9D2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 210 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.15 |
| HSL | 163.85º | 0.25% | 0.8% | - |
| HSV(B) | 163.85º | 0.12% | 0.85% | - |
| XYZ | 57.93 | 65.36 | 70.53 | - |
| YUV | 208.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 210 | 0.12 | 0 | 0.03 | 0.15 | 163.85 | 0.25 | 0.8 |
| Hex | BF | D9 | D2 | C | 0 | 3 | F | A4 | 19 | 50 |
| Octal | 277 | 331 | 322 | 14 | 0 | 3 | 17 | 244 | 31 | 120 |
| Binary | 10111111 | 11011001 | 11010010 | 1100 | 0 | 11 | 1111 | 10100100 | 11001 | 1010000 |
Color Harmonies of #BFD9D2
Complementary color
Monochromatic Colors of #BFD9D2
Black with #BFD9D2
Text Example
Text Example
White with #BFD9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD9D2; }
p { color: rgb(191,217,210); }
H1.HeaderClassName
{
color: #BFD9D2;
}
.AnyTagClassName
{
color: #BFD9D2;
}
</style>
background-color css
<style>
a { background-color: #BFD9D2; }
a { background-color: rgb(191,217,210); }
div.DivClassName
{
background-color: #BFD9D2;
}
.BgClassName
{
background-color: #BFD9D2;
}
</style>
border-color css
<style>
span { border-color: #BFD9D2; }
span { border-color: rgb(191,217,210); }
td.TdClassName
{
border-color: #BFD9D2;
}
.TagClassName
{
border-color: #BFD9D2;
}
</style>