Shades of Jet Stream #BFD9CD
Tints of Jet Stream #BFD9CD
RGB
CMYK
RGB Variations
Color information
#BFD9CD (or 0xBFD9CD) is known color: Jet Stream. HEX triplet: BF, D9 and CD. RGB value is (191,217,205). Sum of RGB (Red+Green+Blue) = 191+217+205=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9CD is #402632. Grayscale: #CFCFCF. Windows color (decimal): -4204083 or 13490623. OLE color: 13490623.
HSL color Cylindrical-coordinate representation of color #BFD9CD: hue angle of 152.31º 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 #BFD9CD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 191 | 217 | 205 | - |
CMYK | 0.12 | 0 | 0.06 | 0.15 |
HSL | 152.31º | 0.25% | 0.8% | - |
HSV(B) | 152.31º | 0.12% | 0.85% | - |
XYZ | 57.32 | 65.11 | 67.3 | - |
YUV | 207.86 | 126.39 | 115.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 217 | 205 | 0.12 | 0 | 0.06 | 0.15 | 152.31 | 0.25 | 0.8 |
Hex | BF | D9 | CD | C | 0 | 6 | F | 98 | 19 | 50 |
Octal | 277 | 331 | 315 | 14 | 0 | 6 | 17 | 230 | 31 | 120 |
Binary | 10111111 | 11011001 | 11001101 | 1100 | 0 | 110 | 1111 | 10011000 | 11001 | 1010000 |
Color Harmonies of #BFD9CD
Complementary color
Monochromatic Colors of #BFD9CD
Black with #BFD9CD
Text Example
Text Example
White with #BFD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD9CD; }
p { color: rgb(191,217,205); }
H1.HeaderClassName
{
color: #BFD9CD;
}
.AnyTagClassName
{
color: #BFD9CD;
}
</style>
background-color css
<style>
a { background-color: #BFD9CD; }
a { background-color: rgb(191,217,205); }
div.DivClassName
{
background-color: #BFD9CD;
}
.BgClassName
{
background-color: #BFD9CD;
}
</style>
border-color css
<style>
span { border-color: #BFD9CD; }
span { border-color: rgb(191,217,205); }
td.TdClassName
{
border-color: #BFD9CD;
}
.TagClassName
{
border-color: #BFD9CD;
}
</style>