Shades of Jet Stream #B5CDC5
Tints of Jet Stream #B5CDC5
RGB
CMYK
RGB Variations
Color information
#B5CDC5 (or 0xB5CDC5) is known color: Jet Stream. HEX triplet: B5, CD and C5. RGB value is (181,205,197). Sum of RGB (Red+Green+Blue) = 181+205+197=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC5 is #4A323A. Grayscale: #C4C4C4. Windows color (decimal): -4862523 or 12963253. OLE color: 12963253.
HSL color Cylindrical-coordinate representation of color #B5CDC5: hue angle of 160º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CDC5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 205 | 197 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.20 |
| HSL | 160º | 0.19% | 0.76% | - |
| HSV(B) | 160º | 0.12% | 0.8% | - |
| XYZ | 50.97 | 57.52 | 61.24 | - |
| YUV | 196.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 205 | 197 | 0.12 | 0 | 0.04 | 0.20 | 160 | 0.19 | 0.76 |
| Hex | B5 | CD | C5 | C | 0 | 4 | 14 | A0 | 13 | 4C |
| Octal | 265 | 315 | 305 | 14 | 0 | 4 | 24 | 240 | 23 | 114 |
| Binary | 10110101 | 11001101 | 11000101 | 1100 | 0 | 100 | 10100 | 10100000 | 10011 | 1001100 |
Color Harmonies of #B5CDC5
Complementary color
Monochromatic Colors of #B5CDC5
Black with #B5CDC5
Text Example
Text Example
White with #B5CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDC5; }
p { color: rgb(181,205,197); }
H1.HeaderClassName
{
color: #B5CDC5;
}
.AnyTagClassName
{
color: #B5CDC5;
}
</style>
background-color css
<style>
a { background-color: #B5CDC5; }
a { background-color: rgb(181,205,197); }
div.DivClassName
{
background-color: #B5CDC5;
}
.BgClassName
{
background-color: #B5CDC5;
}
</style>
border-color css
<style>
span { border-color: #B5CDC5; }
span { border-color: rgb(181,205,197); }
td.TdClassName
{
border-color: #B5CDC5;
}
.TagClassName
{
border-color: #B5CDC5;
}
</style>