Shades of Jet Stream #B5D6CB
Tints of Jet Stream #B5D6CB
RGB
CMYK
RGB Variations
Color information
#B5D6CB (or 0xB5D6CB) is known color: Jet Stream. HEX triplet: B5, D6 and CB. RGB value is (181,214,203). Sum of RGB (Red+Green+Blue) = 181+214+203=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6CB is #4A2934. Grayscale: #CACACA. Windows color (decimal): -4860213 or 13358773. OLE color: 13358773.
HSL color Cylindrical-coordinate representation of color #B5D6CB: hue angle of 160º 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 #B5D6CB is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 203 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.16 |
| HSL | 160º | 0.29% | 0.77% | - |
| HSV(B) | 160º | 0.15% | 0.84% | - |
| XYZ | 53.88 | 62.23 | 65.67 | - |
| YUV | 202.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 203 | 0.15 | 0 | 0.05 | 0.16 | 160 | 0.29 | 0.77 |
| Hex | B5 | D6 | CB | F | 0 | 5 | 10 | A0 | 1D | 4D |
| Octal | 265 | 326 | 313 | 17 | 0 | 5 | 20 | 240 | 35 | 115 |
| Binary | 10110101 | 11010110 | 11001011 | 1111 | 0 | 101 | 10000 | 10100000 | 11101 | 1001101 |
Color Harmonies of #B5D6CB
Complementary color
Monochromatic Colors of #B5D6CB
Black with #B5D6CB
Text Example
Text Example
White with #B5D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6CB; }
p { color: rgb(181,214,203); }
H1.HeaderClassName
{
color: #B5D6CB;
}
.AnyTagClassName
{
color: #B5D6CB;
}
</style>
background-color css
<style>
a { background-color: #B5D6CB; }
a { background-color: rgb(181,214,203); }
div.DivClassName
{
background-color: #B5D6CB;
}
.BgClassName
{
background-color: #B5D6CB;
}
</style>
border-color css
<style>
span { border-color: #B5D6CB; }
span { border-color: rgb(181,214,203); }
td.TdClassName
{
border-color: #B5D6CB;
}
.TagClassName
{
border-color: #B5D6CB;
}
</style>