Shades of Jet Stream #B2CCC4
Tints of Jet Stream #B2CCC4
RGB
CMYK
RGB Variations
Color information
#B2CCC4 (or 0xB2CCC4) is known color: Jet Stream. HEX triplet: B2, CC and C4. RGB value is (178,204,196). Sum of RGB (Red+Green+Blue) = 178+204+196=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCC4 is #4D333B. Grayscale: #C3C3C3. Windows color (decimal): -5059388 or 12897458. OLE color: 12897458.
HSL color Cylindrical-coordinate representation of color #B2CCC4: 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 #B2CCC4 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 196 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.2 |
| HSL | 161.54º | 0.2% | 0.75% | - |
| HSV(B) | 161.54º | 0.13% | 0.8% | - |
| XYZ | 49.92 | 56.64 | 60.53 | - |
| YUV | 195.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 196 | 0.13 | 0 | 0.04 | 0.2 | 161.54 | 0.2 | 0.75 |
| Hex | B2 | CC | C4 | D | 0 | 4 | 14 | A2 | 14 | 4B |
| Octal | 262 | 314 | 304 | 15 | 0 | 4 | 24 | 242 | 24 | 113 |
| Binary | 10110010 | 11001100 | 11000100 | 1101 | 0 | 100 | 10100 | 10100010 | 10100 | 1001011 |
Color Harmonies of #B2CCC4
Complementary color
Monochromatic Colors of #B2CCC4
Black with #B2CCC4
Text Example
Text Example
White with #B2CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCC4; }
p { color: rgb(178,204,196); }
H1.HeaderClassName
{
color: #B2CCC4;
}
.AnyTagClassName
{
color: #B2CCC4;
}
</style>
background-color css
<style>
a { background-color: #B2CCC4; }
a { background-color: rgb(178,204,196); }
div.DivClassName
{
background-color: #B2CCC4;
}
.BgClassName
{
background-color: #B2CCC4;
}
</style>
border-color css
<style>
span { border-color: #B2CCC4; }
span { border-color: rgb(178,204,196); }
td.TdClassName
{
border-color: #B2CCC4;
}
.TagClassName
{
border-color: #B2CCC4;
}
</style>