Shades of Jet Stream #BBD9CA
Tints of Jet Stream #BBD9CA
RGB
CMYK
RGB Variations
Color information
#BBD9CA (or 0xBBD9CA) is known color: Jet Stream. HEX triplet: BB, D9 and CA. RGB value is (187,217,202). Sum of RGB (Red+Green+Blue) = 187+217+202=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9CA is #442635. Grayscale: #CECECE. Windows color (decimal): -4466230 or 13294011. OLE color: 13294011.
HSL color Cylindrical-coordinate representation of color #BBD9CA: hue angle of 150º 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 #BBD9CA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 202 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.15 |
| HSL | 150º | 0.28% | 0.79% | - |
| HSV(B) | 150º | 0.14% | 0.85% | - |
| XYZ | 55.97 | 64.45 | 65.37 | - |
| YUV | 206.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 202 | 0.14 | 0 | 0.07 | 0.15 | 150 | 0.28 | 0.79 |
| Hex | BB | D9 | CA | E | 0 | 7 | F | 96 | 1C | 4F |
| Octal | 273 | 331 | 312 | 16 | 0 | 7 | 17 | 226 | 34 | 117 |
| Binary | 10111011 | 11011001 | 11001010 | 1110 | 0 | 111 | 1111 | 10010110 | 11100 | 1001111 |
Color Harmonies of #BBD9CA
Complementary color
Monochromatic Colors of #BBD9CA
Black with #BBD9CA
Text Example
Text Example
White with #BBD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9CA; }
p { color: rgb(187,217,202); }
H1.HeaderClassName
{
color: #BBD9CA;
}
.AnyTagClassName
{
color: #BBD9CA;
}
</style>
background-color css
<style>
a { background-color: #BBD9CA; }
a { background-color: rgb(187,217,202); }
div.DivClassName
{
background-color: #BBD9CA;
}
.BgClassName
{
background-color: #BBD9CA;
}
</style>
border-color css
<style>
span { border-color: #BBD9CA; }
span { border-color: rgb(187,217,202); }
td.TdClassName
{
border-color: #BBD9CA;
}
.TagClassName
{
border-color: #BBD9CA;
}
</style>