Shades of Jet Stream #BBD5C9
Tints of Jet Stream #BBD5C9
RGB
CMYK
RGB Variations
Color information
#BBD5C9 (or 0xBBD5C9) is known color: Jet Stream. HEX triplet: BB, D5 and C9. RGB value is (187,213,201). Sum of RGB (Red+Green+Blue) = 187+213+201=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C9 is #442A36. Grayscale: #CBCBCB. Windows color (decimal): -4467255 or 13227451. OLE color: 13227451.
HSL color Cylindrical-coordinate representation of color #BBD5C9: hue angle of 152.31º 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 #BBD5C9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 201 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.16 |
| HSL | 152.31º | 0.24% | 0.78% | - |
| HSV(B) | 152.31º | 0.12% | 0.84% | - |
| XYZ | 54.83 | 62.37 | 64.41 | - |
| YUV | 203.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 201 | 0.12 | 0 | 0.06 | 0.16 | 152.31 | 0.24 | 0.78 |
| Hex | BB | D5 | C9 | C | 0 | 6 | 10 | 98 | 18 | 4E |
| Octal | 273 | 325 | 311 | 14 | 0 | 6 | 20 | 230 | 30 | 116 |
| Binary | 10111011 | 11010101 | 11001001 | 1100 | 0 | 110 | 10000 | 10011000 | 11000 | 1001110 |
Color Harmonies of #BBD5C9
Complementary color
Monochromatic Colors of #BBD5C9
Black with #BBD5C9
Text Example
Text Example
White with #BBD5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5C9; }
p { color: rgb(187,213,201); }
H1.HeaderClassName
{
color: #BBD5C9;
}
.AnyTagClassName
{
color: #BBD5C9;
}
</style>
background-color css
<style>
a { background-color: #BBD5C9; }
a { background-color: rgb(187,213,201); }
div.DivClassName
{
background-color: #BBD5C9;
}
.BgClassName
{
background-color: #BBD5C9;
}
</style>
border-color css
<style>
span { border-color: #BBD5C9; }
span { border-color: rgb(187,213,201); }
td.TdClassName
{
border-color: #BBD5C9;
}
.TagClassName
{
border-color: #BBD5C9;
}
</style>