Shades of Jet Stream #B1CBC2
Tints of Jet Stream #B1CBC2
RGB
CMYK
RGB Variations
Color information
#B1CBC2 (or 0xB1CBC2) is known color: Jet Stream. HEX triplet: B1, CB and C2. RGB value is (177,203,194). Sum of RGB (Red+Green+Blue) = 177+203+194=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBC2 is #4E343D. Grayscale: #C2C2C2. Windows color (decimal): -5125182 or 12766129. OLE color: 12766129.
HSL color Cylindrical-coordinate representation of color #B1CBC2: hue angle of 159.23º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CBC2 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 194 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.20 |
| HSL | 159.23º | 0.2% | 0.75% | - |
| HSV(B) | 159.23º | 0.13% | 0.8% | - |
| XYZ | 49.23 | 55.95 | 59.24 | - |
| YUV | 194.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 194 | 0.13 | 0 | 0.04 | 0.20 | 159.23 | 0.2 | 0.75 |
| Hex | B1 | CB | C2 | D | 0 | 4 | 14 | 9F | 14 | 4B |
| Octal | 261 | 313 | 302 | 15 | 0 | 4 | 24 | 237 | 24 | 113 |
| Binary | 10110001 | 11001011 | 11000010 | 1101 | 0 | 100 | 10100 | 10011111 | 10100 | 1001011 |
Color Harmonies of #B1CBC2
Complementary color
Monochromatic Colors of #B1CBC2
Black with #B1CBC2
Text Example
Text Example
White with #B1CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBC2; }
p { color: rgb(177,203,194); }
H1.HeaderClassName
{
color: #B1CBC2;
}
.AnyTagClassName
{
color: #B1CBC2;
}
</style>
background-color css
<style>
a { background-color: #B1CBC2; }
a { background-color: rgb(177,203,194); }
div.DivClassName
{
background-color: #B1CBC2;
}
.BgClassName
{
background-color: #B1CBC2;
}
</style>
border-color css
<style>
span { border-color: #B1CBC2; }
span { border-color: rgb(177,203,194); }
td.TdClassName
{
border-color: #B1CBC2;
}
.TagClassName
{
border-color: #B1CBC2;
}
</style>