Shades of Jet Stream #B9CCC8
Tints of Jet Stream #B9CCC8
RGB
CMYK
RGB Variations
Color information
#B9CCC8 (or 0xB9CCC8) is known color: Jet Stream. HEX triplet: B9, CC and C8. RGB value is (185,204,200). Sum of RGB (Red+Green+Blue) = 185+204+200=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC8 is #463337. Grayscale: #C5C5C5. Windows color (decimal): -4600632 or 13159609. OLE color: 13159609.
HSL color Cylindrical-coordinate representation of color #B9CCC8: hue angle of 167.37º 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 #B9CCC8 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 200 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.2 |
| HSL | 167.37º | 0.16% | 0.76% | - |
| HSV(B) | 167.37º | 0.09% | 0.8% | - |
| XYZ | 52.03 | 57.67 | 63.03 | - |
| YUV | 197.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 200 | 0.09 | 0 | 0.02 | 0.2 | 167.37 | 0.16 | 0.76 |
| Hex | B9 | CC | C8 | 9 | 0 | 2 | 14 | A7 | 10 | 4C |
| Octal | 271 | 314 | 310 | 11 | 0 | 2 | 24 | 247 | 20 | 114 |
| Binary | 10111001 | 11001100 | 11001000 | 1001 | 0 | 10 | 10100 | 10100111 | 10000 | 1001100 |
Color Harmonies of #B9CCC8
Complementary color
Monochromatic Colors of #B9CCC8
Black with #B9CCC8
Text Example
Text Example
White with #B9CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCC8; }
p { color: rgb(185,204,200); }
H1.HeaderClassName
{
color: #B9CCC8;
}
.AnyTagClassName
{
color: #B9CCC8;
}
</style>
background-color css
<style>
a { background-color: #B9CCC8; }
a { background-color: rgb(185,204,200); }
div.DivClassName
{
background-color: #B9CCC8;
}
.BgClassName
{
background-color: #B9CCC8;
}
</style>
border-color css
<style>
span { border-color: #B9CCC8; }
span { border-color: rgb(185,204,200); }
td.TdClassName
{
border-color: #B9CCC8;
}
.TagClassName
{
border-color: #B9CCC8;
}
</style>