Shades of Jet Stream #BBD9CE
Tints of Jet Stream #BBD9CE
RGB
CMYK
RGB Variations
Color information
#BBD9CE (or 0xBBD9CE) is known color: Jet Stream. HEX triplet: BB, D9 and CE. RGB value is (187,217,206). Sum of RGB (Red+Green+Blue) = 187+217+206=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9CE is #442631. Grayscale: #CECECE. Windows color (decimal): -4466226 or 13556155. OLE color: 13556155.
HSL color Cylindrical-coordinate representation of color #BBD9CE: hue angle of 158º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9CE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 206 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.15 |
| HSL | 158º | 0.28% | 0.79% | - |
| HSV(B) | 158º | 0.14% | 0.85% | - |
| XYZ | 56.45 | 64.65 | 67.9 | - |
| YUV | 206.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 206 | 0.14 | 0 | 0.05 | 0.15 | 158 | 0.28 | 0.79 |
| Hex | BB | D9 | CE | E | 0 | 5 | F | 9E | 1C | 4F |
| Octal | 273 | 331 | 316 | 16 | 0 | 5 | 17 | 236 | 34 | 117 |
| Binary | 10111011 | 11011001 | 11001110 | 1110 | 0 | 101 | 1111 | 10011110 | 11100 | 1001111 |
Color Harmonies of #BBD9CE
Complementary color
Monochromatic Colors of #BBD9CE
Black with #BBD9CE
Text Example
Text Example
White with #BBD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9CE; }
p { color: rgb(187,217,206); }
H1.HeaderClassName
{
color: #BBD9CE;
}
.AnyTagClassName
{
color: #BBD9CE;
}
</style>
background-color css
<style>
a { background-color: #BBD9CE; }
a { background-color: rgb(187,217,206); }
div.DivClassName
{
background-color: #BBD9CE;
}
.BgClassName
{
background-color: #BBD9CE;
}
</style>
border-color css
<style>
span { border-color: #BBD9CE; }
span { border-color: rgb(187,217,206); }
td.TdClassName
{
border-color: #BBD9CE;
}
.TagClassName
{
border-color: #BBD9CE;
}
</style>