Shades of Jet Stream #BBCEC5
Tints of Jet Stream #BBCEC5
RGB
CMYK
RGB Variations
Color information
#BBCEC5 (or 0xBBCEC5) is known color: Jet Stream. HEX triplet: BB, CE and C5. RGB value is (187,206,197). Sum of RGB (Red+Green+Blue) = 187+206+197=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC5 is #44313A. Grayscale: #C7C7C7. Windows color (decimal): -4469051 or 12963515. OLE color: 12963515.
HSL color Cylindrical-coordinate representation of color #BBCEC5: hue angle of 151.58º 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 #BBCEC5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 197 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.19 |
| HSL | 151.58º | 0.16% | 0.77% | - |
| HSV(B) | 151.58º | 0.09% | 0.81% | - |
| XYZ | 52.64 | 58.74 | 61.39 | - |
| YUV | 199.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 197 | 0.09 | 0 | 0.04 | 0.19 | 151.58 | 0.16 | 0.77 |
| Hex | BB | CE | C5 | 9 | 0 | 4 | 13 | 98 | 10 | 4D |
| Octal | 273 | 316 | 305 | 11 | 0 | 4 | 23 | 230 | 20 | 115 |
| Binary | 10111011 | 11001110 | 11000101 | 1001 | 0 | 100 | 10011 | 10011000 | 10000 | 1001101 |
Color Harmonies of #BBCEC5
Complementary color
Monochromatic Colors of #BBCEC5
Black with #BBCEC5
Text Example
Text Example
White with #BBCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEC5; }
p { color: rgb(187,206,197); }
H1.HeaderClassName
{
color: #BBCEC5;
}
.AnyTagClassName
{
color: #BBCEC5;
}
</style>
background-color css
<style>
a { background-color: #BBCEC5; }
a { background-color: rgb(187,206,197); }
div.DivClassName
{
background-color: #BBCEC5;
}
.BgClassName
{
background-color: #BBCEC5;
}
</style>
border-color css
<style>
span { border-color: #BBCEC5; }
span { border-color: rgb(187,206,197); }
td.TdClassName
{
border-color: #BBCEC5;
}
.TagClassName
{
border-color: #BBCEC5;
}
</style>