Shades of Jet Stream #B2CBC4
Tints of Jet Stream #B2CBC4
RGB
CMYK
RGB Variations
Color information
#B2CBC4 (or 0xB2CBC4) is known color: Jet Stream. HEX triplet: B2, CB and C4. RGB value is (178,203,196). Sum of RGB (Red+Green+Blue) = 178+203+196=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBC4 is #4D343B. Grayscale: #C2C2C2. Windows color (decimal): -5059644 or 12897202. OLE color: 12897202.
HSL color Cylindrical-coordinate representation of color #B2CBC4: hue angle of 163.2º 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 #B2CBC4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 196 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.20 |
| HSL | 163.2º | 0.19% | 0.75% | - |
| HSV(B) | 163.2º | 0.12% | 0.8% | - |
| XYZ | 49.68 | 56.16 | 60.45 | - |
| YUV | 194.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 196 | 0.12 | 0 | 0.03 | 0.20 | 163.2 | 0.19 | 0.75 |
| Hex | B2 | CB | C4 | C | 0 | 3 | 14 | A3 | 13 | 4B |
| Octal | 262 | 313 | 304 | 14 | 0 | 3 | 24 | 243 | 23 | 113 |
| Binary | 10110010 | 11001011 | 11000100 | 1100 | 0 | 11 | 10100 | 10100011 | 10011 | 1001011 |
Color Harmonies of #B2CBC4
Complementary color
Monochromatic Colors of #B2CBC4
Black with #B2CBC4
Text Example
Text Example
White with #B2CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBC4; }
p { color: rgb(178,203,196); }
H1.HeaderClassName
{
color: #B2CBC4;
}
.AnyTagClassName
{
color: #B2CBC4;
}
</style>
background-color css
<style>
a { background-color: #B2CBC4; }
a { background-color: rgb(178,203,196); }
div.DivClassName
{
background-color: #B2CBC4;
}
.BgClassName
{
background-color: #B2CBC4;
}
</style>
border-color css
<style>
span { border-color: #B2CBC4; }
span { border-color: rgb(178,203,196); }
td.TdClassName
{
border-color: #B2CBC4;
}
.TagClassName
{
border-color: #B2CBC4;
}
</style>