Shades of Jet Stream #BBD5CA
Tints of Jet Stream #BBD5CA
RGB
CMYK
RGB Variations
Color information
#BBD5CA (or 0xBBD5CA) is known color: Jet Stream. HEX triplet: BB, D5 and CA. RGB value is (187,213,202). Sum of RGB (Red+Green+Blue) = 187+213+202=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5CA is #442A35. Grayscale: #CBCBCB. Windows color (decimal): -4467254 or 13292987. OLE color: 13292987.
HSL color Cylindrical-coordinate representation of color #BBD5CA: hue angle of 154.62º 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 #BBD5CA is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 202 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.16 |
| HSL | 154.62º | 0.24% | 0.78% | - |
| HSV(B) | 154.62º | 0.12% | 0.84% | - |
| XYZ | 54.95 | 62.42 | 65.03 | - |
| YUV | 203.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 202 | 0.12 | 0 | 0.05 | 0.16 | 154.62 | 0.24 | 0.78 |
| Hex | BB | D5 | CA | C | 0 | 5 | 10 | 9B | 18 | 4E |
| Octal | 273 | 325 | 312 | 14 | 0 | 5 | 20 | 233 | 30 | 116 |
| Binary | 10111011 | 11010101 | 11001010 | 1100 | 0 | 101 | 10000 | 10011011 | 11000 | 1001110 |
Color Harmonies of #BBD5CA
Complementary color
Monochromatic Colors of #BBD5CA
Black with #BBD5CA
Text Example
Text Example
White with #BBD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5CA; }
p { color: rgb(187,213,202); }
H1.HeaderClassName
{
color: #BBD5CA;
}
.AnyTagClassName
{
color: #BBD5CA;
}
</style>
background-color css
<style>
a { background-color: #BBD5CA; }
a { background-color: rgb(187,213,202); }
div.DivClassName
{
background-color: #BBD5CA;
}
.BgClassName
{
background-color: #BBD5CA;
}
</style>
border-color css
<style>
span { border-color: #BBD5CA; }
span { border-color: rgb(187,213,202); }
td.TdClassName
{
border-color: #BBD5CA;
}
.TagClassName
{
border-color: #BBD5CA;
}
</style>