Shades of Jet Stream #B5D2CB
Tints of Jet Stream #B5D2CB
RGB
CMYK
RGB Variations
Color information
#B5D2CB (or 0xB5D2CB) is known color: Jet Stream. HEX triplet: B5, D2 and CB. RGB value is (181,210,203). Sum of RGB (Red+Green+Blue) = 181+210+203=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2CB is #4A2D34. Grayscale: #C8C8C8. Windows color (decimal): -4861237 or 13357749. OLE color: 13357749.
HSL color Cylindrical-coordinate representation of color #B5D2CB: hue angle of 165.52º 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 #B5D2CB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 203 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.18 |
| HSL | 165.52º | 0.24% | 0.77% | - |
| HSV(B) | 165.52º | 0.14% | 0.82% | - |
| XYZ | 52.88 | 60.23 | 65.34 | - |
| YUV | 200.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 203 | 0.14 | 0 | 0.03 | 0.18 | 165.52 | 0.24 | 0.77 |
| Hex | B5 | D2 | CB | E | 0 | 3 | 12 | A6 | 18 | 4D |
| Octal | 265 | 322 | 313 | 16 | 0 | 3 | 22 | 246 | 30 | 115 |
| Binary | 10110101 | 11010010 | 11001011 | 1110 | 0 | 11 | 10010 | 10100110 | 11000 | 1001101 |
Color Harmonies of #B5D2CB
Complementary color
Monochromatic Colors of #B5D2CB
Black with #B5D2CB
Text Example
Text Example
White with #B5D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2CB; }
p { color: rgb(181,210,203); }
H1.HeaderClassName
{
color: #B5D2CB;
}
.AnyTagClassName
{
color: #B5D2CB;
}
</style>
background-color css
<style>
a { background-color: #B5D2CB; }
a { background-color: rgb(181,210,203); }
div.DivClassName
{
background-color: #B5D2CB;
}
.BgClassName
{
background-color: #B5D2CB;
}
</style>
border-color css
<style>
span { border-color: #B5D2CB; }
span { border-color: rgb(181,210,203); }
td.TdClassName
{
border-color: #B5D2CB;
}
.TagClassName
{
border-color: #B5D2CB;
}
</style>