Shades of Jet Stream #B5CEC4
Tints of Jet Stream #B5CEC4
RGB
CMYK
RGB Variations
Color information
#B5CEC4 (or 0xB5CEC4) is known color: Jet Stream. HEX triplet: B5, CE and C4. RGB value is (181,206,196). Sum of RGB (Red+Green+Blue) = 181+206+196=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEC4 is #4A313B. Grayscale: #C5C5C5. Windows color (decimal): -4862268 or 12897973. OLE color: 12897973.
HSL color Cylindrical-coordinate representation of color #B5CEC4: hue angle of 156º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEC4 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 196 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.19 |
| HSL | 156º | 0.2% | 0.76% | - |
| HSV(B) | 156º | 0.12% | 0.81% | - |
| XYZ | 51.09 | 57.95 | 60.72 | - |
| YUV | 197.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 196 | 0.12 | 0 | 0.05 | 0.19 | 156 | 0.2 | 0.76 |
| Hex | B5 | CE | C4 | C | 0 | 5 | 13 | 9C | 14 | 4C |
| Octal | 265 | 316 | 304 | 14 | 0 | 5 | 23 | 234 | 24 | 114 |
| Binary | 10110101 | 11001110 | 11000100 | 1100 | 0 | 101 | 10011 | 10011100 | 10100 | 1001100 |
Color Harmonies of #B5CEC4
Complementary color
Monochromatic Colors of #B5CEC4
Black with #B5CEC4
Text Example
Text Example
White with #B5CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEC4; }
p { color: rgb(181,206,196); }
H1.HeaderClassName
{
color: #B5CEC4;
}
.AnyTagClassName
{
color: #B5CEC4;
}
</style>
background-color css
<style>
a { background-color: #B5CEC4; }
a { background-color: rgb(181,206,196); }
div.DivClassName
{
background-color: #B5CEC4;
}
.BgClassName
{
background-color: #B5CEC4;
}
</style>
border-color css
<style>
span { border-color: #B5CEC4; }
span { border-color: rgb(181,206,196); }
td.TdClassName
{
border-color: #B5CEC4;
}
.TagClassName
{
border-color: #B5CEC4;
}
</style>