Shades of Jet Stream #B5D1C4
Tints of Jet Stream #B5D1C4
RGB
CMYK
RGB Variations
Color information
#B5D1C4 (or 0xB5D1C4) is known color: Jet Stream. HEX triplet: B5, D1 and C4. RGB value is (181,209,196). Sum of RGB (Red+Green+Blue) = 181+209+196=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1C4 is #4A2E3B. Grayscale: #C7C7C7. Windows color (decimal): -4861500 or 12898741. OLE color: 12898741.
HSL color Cylindrical-coordinate representation of color #B5D1C4: hue angle of 152.14º 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 #B5D1C4 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 196 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.18 |
| HSL | 152.14º | 0.23% | 0.76% | - |
| HSV(B) | 152.14º | 0.13% | 0.82% | - |
| XYZ | 51.82 | 59.41 | 60.96 | - |
| YUV | 199.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 196 | 0.13 | 0 | 0.06 | 0.18 | 152.14 | 0.23 | 0.76 |
| Hex | B5 | D1 | C4 | D | 0 | 6 | 12 | 98 | 17 | 4C |
| Octal | 265 | 321 | 304 | 15 | 0 | 6 | 22 | 230 | 27 | 114 |
| Binary | 10110101 | 11010001 | 11000100 | 1101 | 0 | 110 | 10010 | 10011000 | 10111 | 1001100 |
Color Harmonies of #B5D1C4
Complementary color
Monochromatic Colors of #B5D1C4
Black with #B5D1C4
Text Example
Text Example
White with #B5D1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D1C4; }
p { color: rgb(181,209,196); }
H1.HeaderClassName
{
color: #B5D1C4;
}
.AnyTagClassName
{
color: #B5D1C4;
}
</style>
background-color css
<style>
a { background-color: #B5D1C4; }
a { background-color: rgb(181,209,196); }
div.DivClassName
{
background-color: #B5D1C4;
}
.BgClassName
{
background-color: #B5D1C4;
}
</style>
border-color css
<style>
span { border-color: #B5D1C4; }
span { border-color: rgb(181,209,196); }
td.TdClassName
{
border-color: #B5D1C4;
}
.TagClassName
{
border-color: #B5D1C4;
}
</style>