Shades of Jet Stream #B5D6CA
Tints of Jet Stream #B5D6CA
RGB
CMYK
RGB Variations
Color information
#B5D6CA (or 0xB5D6CA) is known color: Jet Stream. HEX triplet: B5, D6 and CA. RGB value is (181,214,202). Sum of RGB (Red+Green+Blue) = 181+214+202=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6CA is #4A2935. Grayscale: #CACACA. Windows color (decimal): -4860214 or 13293237. OLE color: 13293237.
HSL color Cylindrical-coordinate representation of color #B5D6CA: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D6CA is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 202 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.16 |
| HSL | 158.18º | 0.29% | 0.77% | - |
| HSV(B) | 158.18º | 0.15% | 0.84% | - |
| XYZ | 53.76 | 62.18 | 65.05 | - |
| YUV | 202.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 202 | 0.15 | 0 | 0.06 | 0.16 | 158.18 | 0.29 | 0.77 |
| Hex | B5 | D6 | CA | F | 0 | 6 | 10 | 9E | 1D | 4D |
| Octal | 265 | 326 | 312 | 17 | 0 | 6 | 20 | 236 | 35 | 115 |
| Binary | 10110101 | 11010110 | 11001010 | 1111 | 0 | 110 | 10000 | 10011110 | 11101 | 1001101 |
Color Harmonies of #B5D6CA
Complementary color
Monochromatic Colors of #B5D6CA
Black with #B5D6CA
Text Example
Text Example
White with #B5D6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6CA; }
p { color: rgb(181,214,202); }
H1.HeaderClassName
{
color: #B5D6CA;
}
.AnyTagClassName
{
color: #B5D6CA;
}
</style>
background-color css
<style>
a { background-color: #B5D6CA; }
a { background-color: rgb(181,214,202); }
div.DivClassName
{
background-color: #B5D6CA;
}
.BgClassName
{
background-color: #B5D6CA;
}
</style>
border-color css
<style>
span { border-color: #B5D6CA; }
span { border-color: rgb(181,214,202); }
td.TdClassName
{
border-color: #B5D6CA;
}
.TagClassName
{
border-color: #B5D6CA;
}
</style>