Shades of Jet Stream #B9CCC9
Tints of Jet Stream #B9CCC9
RGB
CMYK
RGB Variations
Color information
#B9CCC9 (or 0xB9CCC9) is known color: Jet Stream. HEX triplet: B9, CC and C9. RGB value is (185,204,201). Sum of RGB (Red+Green+Blue) = 185+204+201=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC9 is #463336. Grayscale: #C5C5C5. Windows color (decimal): -4600631 or 13225145. OLE color: 13225145.
HSL color Cylindrical-coordinate representation of color #B9CCC9: hue angle of 170.53º 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 #B9CCC9 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 201 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.2 |
| HSL | 170.53º | 0.16% | 0.76% | - |
| HSV(B) | 170.53º | 0.09% | 0.8% | - |
| XYZ | 52.14 | 57.72 | 63.65 | - |
| YUV | 197.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 201 | 0.09 | 0 | 0.01 | 0.2 | 170.53 | 0.16 | 0.76 |
| Hex | B9 | CC | C9 | 9 | 0 | 1 | 14 | AB | 10 | 4C |
| Octal | 271 | 314 | 311 | 11 | 0 | 1 | 24 | 253 | 20 | 114 |
| Binary | 10111001 | 11001100 | 11001001 | 1001 | 0 | 1 | 10100 | 10101011 | 10000 | 1001100 |
Color Harmonies of #B9CCC9
Complementary color
Monochromatic Colors of #B9CCC9
Black with #B9CCC9
Text Example
Text Example
White with #B9CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCC9; }
p { color: rgb(185,204,201); }
H1.HeaderClassName
{
color: #B9CCC9;
}
.AnyTagClassName
{
color: #B9CCC9;
}
</style>
background-color css
<style>
a { background-color: #B9CCC9; }
a { background-color: rgb(185,204,201); }
div.DivClassName
{
background-color: #B9CCC9;
}
.BgClassName
{
background-color: #B9CCC9;
}
</style>
border-color css
<style>
span { border-color: #B9CCC9; }
span { border-color: rgb(185,204,201); }
td.TdClassName
{
border-color: #B9CCC9;
}
.TagClassName
{
border-color: #B9CCC9;
}
</style>