Shades of Jet Stream #B9CEC6
Tints of Jet Stream #B9CEC6
RGB
CMYK
RGB Variations
Color information
#B9CEC6 (or 0xB9CEC6) is known color: Jet Stream. HEX triplet: B9, CE and C6. RGB value is (185,206,198). Sum of RGB (Red+Green+Blue) = 185+206+198=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEC6 is #463139. Grayscale: #C6C6C6. Windows color (decimal): -4600122 or 13029049. OLE color: 13029049.
HSL color Cylindrical-coordinate representation of color #B9CEC6: hue angle of 157.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CEC6 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 198 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.19 |
| HSL | 157.14º | 0.18% | 0.77% | - |
| HSV(B) | 157.14º | 0.1% | 0.81% | - |
| XYZ | 52.27 | 58.53 | 61.97 | - |
| YUV | 198.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 198 | 0.10 | 0 | 0.04 | 0.19 | 157.14 | 0.18 | 0.77 |
| Hex | B9 | CE | C6 | A | 0 | 4 | 13 | 9D | 12 | 4D |
| Octal | 271 | 316 | 306 | 12 | 0 | 4 | 23 | 235 | 22 | 115 |
| Binary | 10111001 | 11001110 | 11000110 | 1010 | 0 | 100 | 10011 | 10011101 | 10010 | 1001101 |
Color Harmonies of #B9CEC6
Complementary color
Monochromatic Colors of #B9CEC6
Black with #B9CEC6
Text Example
Text Example
White with #B9CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CEC6; }
p { color: rgb(185,206,198); }
H1.HeaderClassName
{
color: #B9CEC6;
}
.AnyTagClassName
{
color: #B9CEC6;
}
</style>
background-color css
<style>
a { background-color: #B9CEC6; }
a { background-color: rgb(185,206,198); }
div.DivClassName
{
background-color: #B9CEC6;
}
.BgClassName
{
background-color: #B9CEC6;
}
</style>
border-color css
<style>
span { border-color: #B9CEC6; }
span { border-color: rgb(185,206,198); }
td.TdClassName
{
border-color: #B9CEC6;
}
.TagClassName
{
border-color: #B9CEC6;
}
</style>