Shades of Jet Stream #B9CBC5
Tints of Jet Stream #B9CBC5
RGB
CMYK
RGB Variations
Color information
#B9CBC5 (or 0xB9CBC5) is known color: Jet Stream. HEX triplet: B9, CB and C5. RGB value is (185,203,197). Sum of RGB (Red+Green+Blue) = 185+203+197=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBC5 is #46343A. Grayscale: #C4C4C4. Windows color (decimal): -4600891 or 12962745. OLE color: 12962745.
HSL color Cylindrical-coordinate representation of color #B9CBC5: hue angle of 160º 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 #B9CBC5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 197 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.20 |
| HSL | 160º | 0.15% | 0.76% | - |
| HSV(B) | 160º | 0.09% | 0.8% | - |
| XYZ | 51.44 | 57.06 | 61.13 | - |
| YUV | 196.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 197 | 0.09 | 0 | 0.03 | 0.20 | 160 | 0.15 | 0.76 |
| Hex | B9 | CB | C5 | 9 | 0 | 3 | 14 | A0 | F | 4C |
| Octal | 271 | 313 | 305 | 11 | 0 | 3 | 24 | 240 | 17 | 114 |
| Binary | 10111001 | 11001011 | 11000101 | 1001 | 0 | 11 | 10100 | 10100000 | 1111 | 1001100 |
Color Harmonies of #B9CBC5
Complementary color
Monochromatic Colors of #B9CBC5
Black with #B9CBC5
Text Example
Text Example
White with #B9CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBC5; }
p { color: rgb(185,203,197); }
H1.HeaderClassName
{
color: #B9CBC5;
}
.AnyTagClassName
{
color: #B9CBC5;
}
</style>
background-color css
<style>
a { background-color: #B9CBC5; }
a { background-color: rgb(185,203,197); }
div.DivClassName
{
background-color: #B9CBC5;
}
.BgClassName
{
background-color: #B9CBC5;
}
</style>
border-color css
<style>
span { border-color: #B9CBC5; }
span { border-color: rgb(185,203,197); }
td.TdClassName
{
border-color: #B9CBC5;
}
.TagClassName
{
border-color: #B9CBC5;
}
</style>