Shades of Jet Stream #BBCEC6
Tints of Jet Stream #BBCEC6
RGB
CMYK
RGB Variations
Color information
#BBCEC6 (or 0xBBCEC6) is known color: Jet Stream. HEX triplet: BB, CE and C6. RGB value is (187,206,198). Sum of RGB (Red+Green+Blue) = 187+206+198=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC6 is #443139. Grayscale: #C7C7C7. Windows color (decimal): -4469050 or 13029051. OLE color: 13029051.
HSL color Cylindrical-coordinate representation of color #BBCEC6: hue angle of 154.74º 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 #BBCEC6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 198 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.19 |
| HSL | 154.74º | 0.16% | 0.77% | - |
| HSV(B) | 154.74º | 0.09% | 0.81% | - |
| XYZ | 52.76 | 58.78 | 61.99 | - |
| YUV | 199.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 198 | 0.09 | 0 | 0.04 | 0.19 | 154.74 | 0.16 | 0.77 |
| Hex | BB | CE | C6 | 9 | 0 | 4 | 13 | 9B | 10 | 4D |
| Octal | 273 | 316 | 306 | 11 | 0 | 4 | 23 | 233 | 20 | 115 |
| Binary | 10111011 | 11001110 | 11000110 | 1001 | 0 | 100 | 10011 | 10011011 | 10000 | 1001101 |
Color Harmonies of #BBCEC6
Complementary color
Monochromatic Colors of #BBCEC6
Black with #BBCEC6
Text Example
Text Example
White with #BBCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEC6; }
p { color: rgb(187,206,198); }
H1.HeaderClassName
{
color: #BBCEC6;
}
.AnyTagClassName
{
color: #BBCEC6;
}
</style>
background-color css
<style>
a { background-color: #BBCEC6; }
a { background-color: rgb(187,206,198); }
div.DivClassName
{
background-color: #BBCEC6;
}
.BgClassName
{
background-color: #BBCEC6;
}
</style>
border-color css
<style>
span { border-color: #BBCEC6; }
span { border-color: rgb(187,206,198); }
td.TdClassName
{
border-color: #BBCEC6;
}
.TagClassName
{
border-color: #BBCEC6;
}
</style>