Shades of Jet Stream #BFDBD1
Tints of Jet Stream #BFDBD1
RGB
CMYK
RGB Variations
Color information
#BFDBD1 (or 0xBFDBD1) is known color: Jet Stream. HEX triplet: BF, DB and D1. RGB value is (191,219,209). Sum of RGB (Red+Green+Blue) = 191+219+209=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBD1 is #40242E. Grayscale: #D1D1D1. Windows color (decimal): -4203567 or 13753279. OLE color: 13753279.
HSL color Cylindrical-coordinate representation of color #BFDBD1: hue angle of 158.57º 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 #BFDBD1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 209 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.14 |
| HSL | 158.57º | 0.28% | 0.8% | - |
| HSV(B) | 158.57º | 0.13% | 0.86% | - |
| XYZ | 58.33 | 66.34 | 70.05 | - |
| YUV | 209.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 209 | 0.13 | 0 | 0.05 | 0.14 | 158.57 | 0.28 | 0.8 |
| Hex | BF | DB | D1 | D | 0 | 5 | E | 9F | 1C | 50 |
| Octal | 277 | 333 | 321 | 15 | 0 | 5 | 16 | 237 | 34 | 120 |
| Binary | 10111111 | 11011011 | 11010001 | 1101 | 0 | 101 | 1110 | 10011111 | 11100 | 1010000 |
Color Harmonies of #BFDBD1
Complementary color
Monochromatic Colors of #BFDBD1
Black with #BFDBD1
Text Example
Text Example
White with #BFDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBD1; }
p { color: rgb(191,219,209); }
H1.HeaderClassName
{
color: #BFDBD1;
}
.AnyTagClassName
{
color: #BFDBD1;
}
</style>
background-color css
<style>
a { background-color: #BFDBD1; }
a { background-color: rgb(191,219,209); }
div.DivClassName
{
background-color: #BFDBD1;
}
.BgClassName
{
background-color: #BFDBD1;
}
</style>
border-color css
<style>
span { border-color: #BFDBD1; }
span { border-color: rgb(191,219,209); }
td.TdClassName
{
border-color: #BFDBD1;
}
.TagClassName
{
border-color: #BFDBD1;
}
</style>