Shades of Jet Stream #BBD5CF
Tints of Jet Stream #BBD5CF
RGB
CMYK
RGB Variations
Color information
#BBD5CF (or 0xBBD5CF) is known color: Jet Stream. HEX triplet: BB, D5 and CF. RGB value is (187,213,207). Sum of RGB (Red+Green+Blue) = 187+213+207=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5CF is #442A30. Grayscale: #CCCCCC. Windows color (decimal): -4467249 or 13620667. OLE color: 13620667.
HSL color Cylindrical-coordinate representation of color #BBD5CF: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5CF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 207 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.16 |
| HSL | 166.15º | 0.24% | 0.78% | - |
| HSV(B) | 166.15º | 0.12% | 0.84% | - |
| XYZ | 55.55 | 62.66 | 68.2 | - |
| YUV | 204.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 207 | 0.12 | 0 | 0.03 | 0.16 | 166.15 | 0.24 | 0.78 |
| Hex | BB | D5 | CF | C | 0 | 3 | 10 | A6 | 18 | 4E |
| Octal | 273 | 325 | 317 | 14 | 0 | 3 | 20 | 246 | 30 | 116 |
| Binary | 10111011 | 11010101 | 11001111 | 1100 | 0 | 11 | 10000 | 10100110 | 11000 | 1001110 |
Color Harmonies of #BBD5CF
Complementary color
Monochromatic Colors of #BBD5CF
Black with #BBD5CF
Text Example
Text Example
White with #BBD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5CF; }
p { color: rgb(187,213,207); }
H1.HeaderClassName
{
color: #BBD5CF;
}
.AnyTagClassName
{
color: #BBD5CF;
}
</style>
background-color css
<style>
a { background-color: #BBD5CF; }
a { background-color: rgb(187,213,207); }
div.DivClassName
{
background-color: #BBD5CF;
}
.BgClassName
{
background-color: #BBD5CF;
}
</style>
border-color css
<style>
span { border-color: #BBD5CF; }
span { border-color: rgb(187,213,207); }
td.TdClassName
{
border-color: #BBD5CF;
}
.TagClassName
{
border-color: #BBD5CF;
}
</style>