Shades of Jet Stream #BFDBD0
Tints of Jet Stream #BFDBD0
RGB
CMYK
RGB Variations
Color information
#BFDBD0 (or 0xBFDBD0) is known color: Jet Stream. HEX triplet: BF, DB and D0. RGB value is (191,219,208). Sum of RGB (Red+Green+Blue) = 191+219+208=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBD0 is #40242F. Grayscale: #D1D1D1. Windows color (decimal): -4203568 or 13687743. OLE color: 13687743.
HSL color Cylindrical-coordinate representation of color #BFDBD0: hue angle of 156.43º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDBD0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 208 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.14 |
| HSL | 156.43º | 0.28% | 0.8% | - |
| HSV(B) | 156.43º | 0.13% | 0.86% | - |
| XYZ | 58.2 | 66.29 | 69.4 | - |
| YUV | 209.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 208 | 0.13 | 0 | 0.05 | 0.14 | 156.43 | 0.28 | 0.8 |
| Hex | BF | DB | D0 | D | 0 | 5 | E | 9C | 1C | 50 |
| Octal | 277 | 333 | 320 | 15 | 0 | 5 | 16 | 234 | 34 | 120 |
| Binary | 10111111 | 11011011 | 11010000 | 1101 | 0 | 101 | 1110 | 10011100 | 11100 | 1010000 |
Color Harmonies of #BFDBD0
Complementary color
Monochromatic Colors of #BFDBD0
Black with #BFDBD0
Text Example
Text Example
White with #BFDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBD0; }
p { color: rgb(191,219,208); }
H1.HeaderClassName
{
color: #BFDBD0;
}
.AnyTagClassName
{
color: #BFDBD0;
}
</style>
background-color css
<style>
a { background-color: #BFDBD0; }
a { background-color: rgb(191,219,208); }
div.DivClassName
{
background-color: #BFDBD0;
}
.BgClassName
{
background-color: #BFDBD0;
}
</style>
border-color css
<style>
span { border-color: #BFDBD0; }
span { border-color: rgb(191,219,208); }
td.TdClassName
{
border-color: #BFDBD0;
}
.TagClassName
{
border-color: #BFDBD0;
}
</style>