Shades of Jet Stream #B9CBC7
Tints of Jet Stream #B9CBC7
RGB
CMYK
RGB Variations
Color information
#B9CBC7 (or 0xB9CBC7) is known color: Jet Stream. HEX triplet: B9, CB and C7. RGB value is (185,203,199). Sum of RGB (Red+Green+Blue) = 185+203+199=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBC7 is #463438. Grayscale: #C5C5C5. Windows color (decimal): -4600889 or 13093817. OLE color: 13093817.
HSL color Cylindrical-coordinate representation of color #B9CBC7: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CBC7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 199 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.20 |
| HSL | 166.67º | 0.15% | 0.76% | - |
| HSV(B) | 166.67º | 0.09% | 0.8% | - |
| XYZ | 51.67 | 57.15 | 62.34 | - |
| YUV | 197.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 199 | 0.09 | 0 | 0.02 | 0.20 | 166.67 | 0.15 | 0.76 |
| Hex | B9 | CB | C7 | 9 | 0 | 2 | 14 | A7 | F | 4C |
| Octal | 271 | 313 | 307 | 11 | 0 | 2 | 24 | 247 | 17 | 114 |
| Binary | 10111001 | 11001011 | 11000111 | 1001 | 0 | 10 | 10100 | 10100111 | 1111 | 1001100 |
Color Harmonies of #B9CBC7
Complementary color
Monochromatic Colors of #B9CBC7
Black with #B9CBC7
Text Example
Text Example
White with #B9CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBC7; }
p { color: rgb(185,203,199); }
H1.HeaderClassName
{
color: #B9CBC7;
}
.AnyTagClassName
{
color: #B9CBC7;
}
</style>
background-color css
<style>
a { background-color: #B9CBC7; }
a { background-color: rgb(185,203,199); }
div.DivClassName
{
background-color: #B9CBC7;
}
.BgClassName
{
background-color: #B9CBC7;
}
</style>
border-color css
<style>
span { border-color: #B9CBC7; }
span { border-color: rgb(185,203,199); }
td.TdClassName
{
border-color: #B9CBC7;
}
.TagClassName
{
border-color: #B9CBC7;
}
</style>