Shades of Jet Stream #B1CBC4
Tints of Jet Stream #B1CBC4
RGB
CMYK
RGB Variations
Color information
#B1CBC4 (or 0xB1CBC4) is known color: Jet Stream. HEX triplet: B1, CB and C4. RGB value is (177,203,196). Sum of RGB (Red+Green+Blue) = 177+203+196=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBC4 is #4E343B. Grayscale: #C2C2C2. Windows color (decimal): -5125180 or 12897201. OLE color: 12897201.
HSL color Cylindrical-coordinate representation of color #B1CBC4: hue angle of 163.85º 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 #B1CBC4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 196 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.20 |
| HSL | 163.85º | 0.2% | 0.75% | - |
| HSV(B) | 163.85º | 0.13% | 0.8% | - |
| XYZ | 49.45 | 56.04 | 60.44 | - |
| YUV | 194.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 196 | 0.13 | 0 | 0.03 | 0.20 | 163.85 | 0.2 | 0.75 |
| Hex | B1 | CB | C4 | D | 0 | 3 | 14 | A4 | 14 | 4B |
| Octal | 261 | 313 | 304 | 15 | 0 | 3 | 24 | 244 | 24 | 113 |
| Binary | 10110001 | 11001011 | 11000100 | 1101 | 0 | 11 | 10100 | 10100100 | 10100 | 1001011 |
Color Harmonies of #B1CBC4
Complementary color
Monochromatic Colors of #B1CBC4
Black with #B1CBC4
Text Example
Text Example
White with #B1CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBC4; }
p { color: rgb(177,203,196); }
H1.HeaderClassName
{
color: #B1CBC4;
}
.AnyTagClassName
{
color: #B1CBC4;
}
</style>
background-color css
<style>
a { background-color: #B1CBC4; }
a { background-color: rgb(177,203,196); }
div.DivClassName
{
background-color: #B1CBC4;
}
.BgClassName
{
background-color: #B1CBC4;
}
</style>
border-color css
<style>
span { border-color: #B1CBC4; }
span { border-color: rgb(177,203,196); }
td.TdClassName
{
border-color: #B1CBC4;
}
.TagClassName
{
border-color: #B1CBC4;
}
</style>