Shades of Jet Stream #B5D5CA
Tints of Jet Stream #B5D5CA
RGB
CMYK
RGB Variations
Color information
#B5D5CA (or 0xB5D5CA) is known color: Jet Stream. HEX triplet: B5, D5 and CA. RGB value is (181,213,202). Sum of RGB (Red+Green+Blue) = 181+213+202=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D5CA is #4A2A35. Grayscale: #CACACA. Windows color (decimal): -4860470 or 13292981. OLE color: 13292981.
HSL color Cylindrical-coordinate representation of color #B5D5CA: hue angle of 159.38º degrees, saturation: 0.28, 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 #B5D5CA is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 202 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.16 |
| HSL | 159.38º | 0.28% | 0.77% | - |
| HSV(B) | 159.38º | 0.15% | 0.84% | - |
| XYZ | 53.51 | 61.68 | 64.96 | - |
| YUV | 202.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 202 | 0.15 | 0 | 0.05 | 0.16 | 159.38 | 0.28 | 0.77 |
| Hex | B5 | D5 | CA | F | 0 | 5 | 10 | 9F | 1C | 4D |
| Octal | 265 | 325 | 312 | 17 | 0 | 5 | 20 | 237 | 34 | 115 |
| Binary | 10110101 | 11010101 | 11001010 | 1111 | 0 | 101 | 10000 | 10011111 | 11100 | 1001101 |
Color Harmonies of #B5D5CA
Complementary color
Monochromatic Colors of #B5D5CA
Black with #B5D5CA
Text Example
Text Example
White with #B5D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D5CA; }
p { color: rgb(181,213,202); }
H1.HeaderClassName
{
color: #B5D5CA;
}
.AnyTagClassName
{
color: #B5D5CA;
}
</style>
background-color css
<style>
a { background-color: #B5D5CA; }
a { background-color: rgb(181,213,202); }
div.DivClassName
{
background-color: #B5D5CA;
}
.BgClassName
{
background-color: #B5D5CA;
}
</style>
border-color css
<style>
span { border-color: #B5D5CA; }
span { border-color: rgb(181,213,202); }
td.TdClassName
{
border-color: #B5D5CA;
}
.TagClassName
{
border-color: #B5D5CA;
}
</style>