Shades of Jet Stream #B9CCC5
Tints of Jet Stream #B9CCC5
RGB
CMYK
RGB Variations
Color information
#B9CCC5 (or 0xB9CCC5) is known color: Jet Stream. HEX triplet: B9, CC and C5. RGB value is (185,204,197). Sum of RGB (Red+Green+Blue) = 185+204+197=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC5 is #46333A. Grayscale: #C5C5C5. Windows color (decimal): -4600635 or 12963001. OLE color: 12963001.
HSL color Cylindrical-coordinate representation of color #B9CCC5: hue angle of 157.89º degrees, saturation: 0.16, 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 #B9CCC5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 197 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.2 |
| HSL | 157.89º | 0.16% | 0.76% | - |
| HSV(B) | 157.89º | 0.09% | 0.8% | - |
| XYZ | 51.68 | 57.53 | 61.2 | - |
| YUV | 197.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 197 | 0.09 | 0 | 0.03 | 0.2 | 157.89 | 0.16 | 0.76 |
| Hex | B9 | CC | C5 | 9 | 0 | 3 | 14 | 9E | 10 | 4C |
| Octal | 271 | 314 | 305 | 11 | 0 | 3 | 24 | 236 | 20 | 114 |
| Binary | 10111001 | 11001100 | 11000101 | 1001 | 0 | 11 | 10100 | 10011110 | 10000 | 1001100 |
Color Harmonies of #B9CCC5
Complementary color
Monochromatic Colors of #B9CCC5
Black with #B9CCC5
Text Example
Text Example
White with #B9CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCC5; }
p { color: rgb(185,204,197); }
H1.HeaderClassName
{
color: #B9CCC5;
}
.AnyTagClassName
{
color: #B9CCC5;
}
</style>
background-color css
<style>
a { background-color: #B9CCC5; }
a { background-color: rgb(185,204,197); }
div.DivClassName
{
background-color: #B9CCC5;
}
.BgClassName
{
background-color: #B9CCC5;
}
</style>
border-color css
<style>
span { border-color: #B9CCC5; }
span { border-color: rgb(185,204,197); }
td.TdClassName
{
border-color: #B9CCC5;
}
.TagClassName
{
border-color: #B9CCC5;
}
</style>