Shades of Jet Stream #B5CDC4
Tints of Jet Stream #B5CDC4
RGB
CMYK
RGB Variations
Color information
#B5CDC4 (or 0xB5CDC4) is known color: Jet Stream. HEX triplet: B5, CD and C4. RGB value is (181,205,196). Sum of RGB (Red+Green+Blue) = 181+205+196=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC4 is #4A323B. Grayscale: #C4C4C4. Windows color (decimal): -4862524 or 12897717. OLE color: 12897717.
HSL color Cylindrical-coordinate representation of color #B5CDC4: hue angle of 157.5º 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 #B5CDC4 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 205 | 196 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.20 |
| HSL | 157.5º | 0.19% | 0.76% | - |
| HSV(B) | 157.5º | 0.12% | 0.8% | - |
| XYZ | 50.85 | 57.47 | 60.64 | - |
| YUV | 196.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 205 | 196 | 0.12 | 0 | 0.04 | 0.20 | 157.5 | 0.19 | 0.76 |
| Hex | B5 | CD | C4 | C | 0 | 4 | 14 | 9E | 13 | 4C |
| Octal | 265 | 315 | 304 | 14 | 0 | 4 | 24 | 236 | 23 | 114 |
| Binary | 10110101 | 11001101 | 11000100 | 1100 | 0 | 100 | 10100 | 10011110 | 10011 | 1001100 |
Color Harmonies of #B5CDC4
Complementary color
Monochromatic Colors of #B5CDC4
Black with #B5CDC4
Text Example
Text Example
White with #B5CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDC4; }
p { color: rgb(181,205,196); }
H1.HeaderClassName
{
color: #B5CDC4;
}
.AnyTagClassName
{
color: #B5CDC4;
}
</style>
background-color css
<style>
a { background-color: #B5CDC4; }
a { background-color: rgb(181,205,196); }
div.DivClassName
{
background-color: #B5CDC4;
}
.BgClassName
{
background-color: #B5CDC4;
}
</style>
border-color css
<style>
span { border-color: #B5CDC4; }
span { border-color: rgb(181,205,196); }
td.TdClassName
{
border-color: #B5CDC4;
}
.TagClassName
{
border-color: #B5CDC4;
}
</style>