Shades of Jet Stream #B5D6CD
Tints of Jet Stream #B5D6CD
RGB
CMYK
RGB Variations
Color information
#B5D6CD (or 0xB5D6CD) is known color: Jet Stream. HEX triplet: B5, D6 and CD. RGB value is (181,214,205). Sum of RGB (Red+Green+Blue) = 181+214+205=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6CD is #4A2932. Grayscale: #CBCBCB. Windows color (decimal): -4860211 or 13489845. OLE color: 13489845.
HSL color Cylindrical-coordinate representation of color #B5D6CD: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D6CD is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 181 | 214 | 205 | - |
CMYK | 0.15 | 0 | 0.04 | 0.16 |
HSL | 163.64º | 0.29% | 0.77% | - |
HSV(B) | 163.64º | 0.15% | 0.84% | - |
XYZ | 54.12 | 62.32 | 66.93 | - |
YUV | 203.11 | 129.07 | 112.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 214 | 205 | 0.15 | 0 | 0.04 | 0.16 | 163.64 | 0.29 | 0.77 |
Hex | B5 | D6 | CD | F | 0 | 4 | 10 | A4 | 1D | 4D |
Octal | 265 | 326 | 315 | 17 | 0 | 4 | 20 | 244 | 35 | 115 |
Binary | 10110101 | 11010110 | 11001101 | 1111 | 0 | 100 | 10000 | 10100100 | 11101 | 1001101 |
Color Harmonies of #B5D6CD
Complementary color
Monochromatic Colors of #B5D6CD
Black with #B5D6CD
Text Example
Text Example
White with #B5D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6CD; }
p { color: rgb(181,214,205); }
H1.HeaderClassName
{
color: #B5D6CD;
}
.AnyTagClassName
{
color: #B5D6CD;
}
</style>
background-color css
<style>
a { background-color: #B5D6CD; }
a { background-color: rgb(181,214,205); }
div.DivClassName
{
background-color: #B5D6CD;
}
.BgClassName
{
background-color: #B5D6CD;
}
</style>
border-color css
<style>
span { border-color: #B5D6CD; }
span { border-color: rgb(181,214,205); }
td.TdClassName
{
border-color: #B5D6CD;
}
.TagClassName
{
border-color: #B5D6CD;
}
</style>