Shades of Jet Stream #B5CEC5
Tints of Jet Stream #B5CEC5
RGB
CMYK
RGB Variations
Color information
#B5CEC5 (or 0xB5CEC5) is known color: Jet Stream. HEX triplet: B5, CE and C5. RGB value is (181,206,197). Sum of RGB (Red+Green+Blue) = 181+206+197=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEC5 is #4A313A. Grayscale: #C5C5C5. Windows color (decimal): -4862267 or 12963509. OLE color: 12963509.
HSL color Cylindrical-coordinate representation of color #B5CEC5: hue angle of 158.4º 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 #B5CEC5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 197 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.19 |
| HSL | 158.4º | 0.2% | 0.76% | - |
| HSV(B) | 158.4º | 0.12% | 0.81% | - |
| XYZ | 51.21 | 58 | 61.32 | - |
| YUV | 197.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 197 | 0.12 | 0 | 0.04 | 0.19 | 158.4 | 0.2 | 0.76 |
| Hex | B5 | CE | C5 | C | 0 | 4 | 13 | 9E | 14 | 4C |
| Octal | 265 | 316 | 305 | 14 | 0 | 4 | 23 | 236 | 24 | 114 |
| Binary | 10110101 | 11001110 | 11000101 | 1100 | 0 | 100 | 10011 | 10011110 | 10100 | 1001100 |
Color Harmonies of #B5CEC5
Complementary color
Monochromatic Colors of #B5CEC5
Black with #B5CEC5
Text Example
Text Example
White with #B5CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEC5; }
p { color: rgb(181,206,197); }
H1.HeaderClassName
{
color: #B5CEC5;
}
.AnyTagClassName
{
color: #B5CEC5;
}
</style>
background-color css
<style>
a { background-color: #B5CEC5; }
a { background-color: rgb(181,206,197); }
div.DivClassName
{
background-color: #B5CEC5;
}
.BgClassName
{
background-color: #B5CEC5;
}
</style>
border-color css
<style>
span { border-color: #B5CEC5; }
span { border-color: rgb(181,206,197); }
td.TdClassName
{
border-color: #B5CEC5;
}
.TagClassName
{
border-color: #B5CEC5;
}
</style>