Shades of Jet Stream #B2D5CA
Tints of Jet Stream #B2D5CA
RGB
CMYK
RGB Variations
Color information
#B2D5CA (or 0xB2D5CA) is known color: Jet Stream. HEX triplet: B2, D5 and CA. RGB value is (178,213,202). Sum of RGB (Red+Green+Blue) = 178+213+202=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D5CA is #4D2A35. Grayscale: #C9C9C9. Windows color (decimal): -5057078 or 13292978. OLE color: 13292978.
HSL color Cylindrical-coordinate representation of color #B2D5CA: hue angle of 161.14º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D5CA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 202 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.16 |
| HSL | 161.14º | 0.29% | 0.77% | - |
| HSV(B) | 161.14º | 0.16% | 0.84% | - |
| XYZ | 52.82 | 61.32 | 64.93 | - |
| YUV | 201.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 202 | 0.16 | 0 | 0.05 | 0.16 | 161.14 | 0.29 | 0.77 |
| Hex | B2 | D5 | CA | 10 | 0 | 5 | 10 | A1 | 1D | 4D |
| Octal | 262 | 325 | 312 | 20 | 0 | 5 | 20 | 241 | 35 | 115 |
| Binary | 10110010 | 11010101 | 11001010 | 10000 | 0 | 101 | 10000 | 10100001 | 11101 | 1001101 |
Color Harmonies of #B2D5CA
Complementary color
Monochromatic Colors of #B2D5CA
Black with #B2D5CA
Text Example
Text Example
White with #B2D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D5CA; }
p { color: rgb(178,213,202); }
H1.HeaderClassName
{
color: #B2D5CA;
}
.AnyTagClassName
{
color: #B2D5CA;
}
</style>
background-color css
<style>
a { background-color: #B2D5CA; }
a { background-color: rgb(178,213,202); }
div.DivClassName
{
background-color: #B2D5CA;
}
.BgClassName
{
background-color: #B2D5CA;
}
</style>
border-color css
<style>
span { border-color: #B2D5CA; }
span { border-color: rgb(178,213,202); }
td.TdClassName
{
border-color: #B2D5CA;
}
.TagClassName
{
border-color: #B2D5CA;
}
</style>