Shades of Jet Stream #B9CFC7
Tints of Jet Stream #B9CFC7
RGB
CMYK
RGB Variations
Color information
#B9CFC7 (or 0xB9CFC7) is known color: Jet Stream. HEX triplet: B9, CF and C7. RGB value is (185,207,199). Sum of RGB (Red+Green+Blue) = 185+207+199=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC7 is #463038. Grayscale: #C7C7C7. Windows color (decimal): -4599865 or 13094841. OLE color: 13094841.
HSL color Cylindrical-coordinate representation of color #B9CFC7: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CFC7 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 199 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.19 |
| HSL | 158.18º | 0.19% | 0.77% | - |
| HSV(B) | 158.18º | 0.11% | 0.81% | - |
| XYZ | 52.63 | 59.06 | 62.66 | - |
| YUV | 199.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 199 | 0.11 | 0 | 0.04 | 0.19 | 158.18 | 0.19 | 0.77 |
| Hex | B9 | CF | C7 | B | 0 | 4 | 13 | 9E | 13 | 4D |
| Octal | 271 | 317 | 307 | 13 | 0 | 4 | 23 | 236 | 23 | 115 |
| Binary | 10111001 | 11001111 | 11000111 | 1011 | 0 | 100 | 10011 | 10011110 | 10011 | 1001101 |
Color Harmonies of #B9CFC7
Complementary color
Monochromatic Colors of #B9CFC7
Black with #B9CFC7
Text Example
Text Example
White with #B9CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFC7; }
p { color: rgb(185,207,199); }
H1.HeaderClassName
{
color: #B9CFC7;
}
.AnyTagClassName
{
color: #B9CFC7;
}
</style>
background-color css
<style>
a { background-color: #B9CFC7; }
a { background-color: rgb(185,207,199); }
div.DivClassName
{
background-color: #B9CFC7;
}
.BgClassName
{
background-color: #B9CFC7;
}
</style>
border-color css
<style>
span { border-color: #B9CFC7; }
span { border-color: rgb(185,207,199); }
td.TdClassName
{
border-color: #B9CFC7;
}
.TagClassName
{
border-color: #B9CFC7;
}
</style>