Shades of Jet Stream #B5D1C9
Tints of Jet Stream #B5D1C9
RGB
CMYK
RGB Variations
Color information
#B5D1C9 (or 0xB5D1C9) is known color: Jet Stream. HEX triplet: B5, D1 and C9. RGB value is (181,209,201). Sum of RGB (Red+Green+Blue) = 181+209+201=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1C9 is #4A2E36. Grayscale: #C7C7C7. Windows color (decimal): -4861495 or 13226421. OLE color: 13226421.
HSL color Cylindrical-coordinate representation of color #B5D1C9: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D1C9 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 201 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.18 |
| HSL | 162.86º | 0.23% | 0.76% | - |
| HSV(B) | 162.86º | 0.13% | 0.82% | - |
| XYZ | 52.4 | 59.64 | 64.01 | - |
| YUV | 199.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 201 | 0.13 | 0 | 0.04 | 0.18 | 162.86 | 0.23 | 0.76 |
| Hex | B5 | D1 | C9 | D | 0 | 4 | 12 | A3 | 17 | 4C |
| Octal | 265 | 321 | 311 | 15 | 0 | 4 | 22 | 243 | 27 | 114 |
| Binary | 10110101 | 11010001 | 11001001 | 1101 | 0 | 100 | 10010 | 10100011 | 10111 | 1001100 |
Color Harmonies of #B5D1C9
Complementary color
Monochromatic Colors of #B5D1C9
Black with #B5D1C9
Text Example
Text Example
White with #B5D1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D1C9; }
p { color: rgb(181,209,201); }
H1.HeaderClassName
{
color: #B5D1C9;
}
.AnyTagClassName
{
color: #B5D1C9;
}
</style>
background-color css
<style>
a { background-color: #B5D1C9; }
a { background-color: rgb(181,209,201); }
div.DivClassName
{
background-color: #B5D1C9;
}
.BgClassName
{
background-color: #B5D1C9;
}
</style>
border-color css
<style>
span { border-color: #B5D1C9; }
span { border-color: rgb(181,209,201); }
td.TdClassName
{
border-color: #B5D1C9;
}
.TagClassName
{
border-color: #B5D1C9;
}
</style>