Shades of Jet Stream #BBCEC7
Tints of Jet Stream #BBCEC7
RGB
CMYK
RGB Variations
Color information
#BBCEC7 (or 0xBBCEC7) is known color: Jet Stream. HEX triplet: BB, CE and C7. RGB value is (187,206,199). Sum of RGB (Red+Green+Blue) = 187+206+199=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC7 is #443138. Grayscale: #C7C7C7. Windows color (decimal): -4469049 or 13094587. OLE color: 13094587.
HSL color Cylindrical-coordinate representation of color #BBCEC7: hue angle of 157.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCEC7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 199 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.19 |
| HSL | 157.89º | 0.16% | 0.77% | - |
| HSV(B) | 157.89º | 0.09% | 0.81% | - |
| XYZ | 52.87 | 58.83 | 62.6 | - |
| YUV | 199.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 199 | 0.09 | 0 | 0.03 | 0.19 | 157.89 | 0.16 | 0.77 |
| Hex | BB | CE | C7 | 9 | 0 | 3 | 13 | 9E | 10 | 4D |
| Octal | 273 | 316 | 307 | 11 | 0 | 3 | 23 | 236 | 20 | 115 |
| Binary | 10111011 | 11001110 | 11000111 | 1001 | 0 | 11 | 10011 | 10011110 | 10000 | 1001101 |
Color Harmonies of #BBCEC7
Complementary color
Monochromatic Colors of #BBCEC7
Black with #BBCEC7
Text Example
Text Example
White with #BBCEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEC7; }
p { color: rgb(187,206,199); }
H1.HeaderClassName
{
color: #BBCEC7;
}
.AnyTagClassName
{
color: #BBCEC7;
}
</style>
background-color css
<style>
a { background-color: #BBCEC7; }
a { background-color: rgb(187,206,199); }
div.DivClassName
{
background-color: #BBCEC7;
}
.BgClassName
{
background-color: #BBCEC7;
}
</style>
border-color css
<style>
span { border-color: #BBCEC7; }
span { border-color: rgb(187,206,199); }
td.TdClassName
{
border-color: #BBCEC7;
}
.TagClassName
{
border-color: #BBCEC7;
}
</style>