Shades of Jet Stream #B5D2CA
Tints of Jet Stream #B5D2CA
RGB
CMYK
RGB Variations
Color information
#B5D2CA (or 0xB5D2CA) is known color: Jet Stream. HEX triplet: B5, D2 and CA. RGB value is (181,210,202). Sum of RGB (Red+Green+Blue) = 181+210+202=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2CA is #4A2D35. Grayscale: #C8C8C8. Windows color (decimal): -4861238 or 13292213. OLE color: 13292213.
HSL color Cylindrical-coordinate representation of color #B5D2CA: hue angle of 163.45º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5D2CA is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 202 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.18 |
| HSL | 163.45º | 0.24% | 0.77% | - |
| HSV(B) | 163.45º | 0.14% | 0.82% | - |
| XYZ | 52.76 | 60.18 | 64.71 | - |
| YUV | 200.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 202 | 0.14 | 0 | 0.04 | 0.18 | 163.45 | 0.24 | 0.77 |
| Hex | B5 | D2 | CA | E | 0 | 4 | 12 | A3 | 18 | 4D |
| Octal | 265 | 322 | 312 | 16 | 0 | 4 | 22 | 243 | 30 | 115 |
| Binary | 10110101 | 11010010 | 11001010 | 1110 | 0 | 100 | 10010 | 10100011 | 11000 | 1001101 |
Color Harmonies of #B5D2CA
Complementary color
Monochromatic Colors of #B5D2CA
Black with #B5D2CA
Text Example
Text Example
White with #B5D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2CA; }
p { color: rgb(181,210,202); }
H1.HeaderClassName
{
color: #B5D2CA;
}
.AnyTagClassName
{
color: #B5D2CA;
}
</style>
background-color css
<style>
a { background-color: #B5D2CA; }
a { background-color: rgb(181,210,202); }
div.DivClassName
{
background-color: #B5D2CA;
}
.BgClassName
{
background-color: #B5D2CA;
}
</style>
border-color css
<style>
span { border-color: #B5D2CA; }
span { border-color: rgb(181,210,202); }
td.TdClassName
{
border-color: #B5D2CA;
}
.TagClassName
{
border-color: #B5D2CA;
}
</style>