Shades of Jet Stream #B1CBC3
Tints of Jet Stream #B1CBC3
RGB
CMYK
RGB Variations
Color information
#B1CBC3 (or 0xB1CBC3) is known color: Jet Stream. HEX triplet: B1, CB and C3. RGB value is (177,203,195). Sum of RGB (Red+Green+Blue) = 177+203+195=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBC3 is #4E343C. Grayscale: #C2C2C2. Windows color (decimal): -5125181 or 12831665. OLE color: 12831665.
HSL color Cylindrical-coordinate representation of color #B1CBC3: hue angle of 161.54º 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 #B1CBC3 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 195 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.20 |
| HSL | 161.54º | 0.2% | 0.75% | - |
| HSV(B) | 161.54º | 0.13% | 0.8% | - |
| XYZ | 49.34 | 56 | 59.84 | - |
| YUV | 194.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 195 | 0.13 | 0 | 0.04 | 0.20 | 161.54 | 0.2 | 0.75 |
| Hex | B1 | CB | C3 | D | 0 | 4 | 14 | A2 | 14 | 4B |
| Octal | 261 | 313 | 303 | 15 | 0 | 4 | 24 | 242 | 24 | 113 |
| Binary | 10110001 | 11001011 | 11000011 | 1101 | 0 | 100 | 10100 | 10100010 | 10100 | 1001011 |
Color Harmonies of #B1CBC3
Complementary color
Monochromatic Colors of #B1CBC3
Black with #B1CBC3
Text Example
Text Example
White with #B1CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBC3; }
p { color: rgb(177,203,195); }
H1.HeaderClassName
{
color: #B1CBC3;
}
.AnyTagClassName
{
color: #B1CBC3;
}
</style>
background-color css
<style>
a { background-color: #B1CBC3; }
a { background-color: rgb(177,203,195); }
div.DivClassName
{
background-color: #B1CBC3;
}
.BgClassName
{
background-color: #B1CBC3;
}
</style>
border-color css
<style>
span { border-color: #B1CBC3; }
span { border-color: rgb(177,203,195); }
td.TdClassName
{
border-color: #B1CBC3;
}
.TagClassName
{
border-color: #B1CBC3;
}
</style>