Shades of Jet Stream #B2CBC2
Tints of Jet Stream #B2CBC2
RGB
CMYK
RGB Variations
Color information
#B2CBC2 (or 0xB2CBC2) is known color: Jet Stream. HEX triplet: B2, CB and C2. RGB value is (178,203,194). Sum of RGB (Red+Green+Blue) = 178+203+194=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBC2 is #4D343D. Grayscale: #C2C2C2. Windows color (decimal): -5059646 or 12766130. OLE color: 12766130.
HSL color Cylindrical-coordinate representation of color #B2CBC2: hue angle of 158.4º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CBC2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 194 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.20 |
| HSL | 158.4º | 0.19% | 0.75% | - |
| HSV(B) | 158.4º | 0.12% | 0.8% | - |
| XYZ | 49.45 | 56.07 | 59.26 | - |
| YUV | 194.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 194 | 0.12 | 0 | 0.04 | 0.20 | 158.4 | 0.19 | 0.75 |
| Hex | B2 | CB | C2 | C | 0 | 4 | 14 | 9E | 13 | 4B |
| Octal | 262 | 313 | 302 | 14 | 0 | 4 | 24 | 236 | 23 | 113 |
| Binary | 10110010 | 11001011 | 11000010 | 1100 | 0 | 100 | 10100 | 10011110 | 10011 | 1001011 |
Color Harmonies of #B2CBC2
Complementary color
Monochromatic Colors of #B2CBC2
Black with #B2CBC2
Text Example
Text Example
White with #B2CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBC2; }
p { color: rgb(178,203,194); }
H1.HeaderClassName
{
color: #B2CBC2;
}
.AnyTagClassName
{
color: #B2CBC2;
}
</style>
background-color css
<style>
a { background-color: #B2CBC2; }
a { background-color: rgb(178,203,194); }
div.DivClassName
{
background-color: #B2CBC2;
}
.BgClassName
{
background-color: #B2CBC2;
}
</style>
border-color css
<style>
span { border-color: #B2CBC2; }
span { border-color: rgb(178,203,194); }
td.TdClassName
{
border-color: #B2CBC2;
}
.TagClassName
{
border-color: #B2CBC2;
}
</style>