Shades of Jet Stream #B2CBC5
Tints of Jet Stream #B2CBC5
RGB
CMYK
RGB Variations
Color information
#B2CBC5 (or 0xB2CBC5) is known color: Jet Stream. HEX triplet: B2, CB and C5. RGB value is (178,203,197). Sum of RGB (Red+Green+Blue) = 178+203+197=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBC5 is #4D343A. Grayscale: #C2C2C2. Windows color (decimal): -5059643 or 12962738. OLE color: 12962738.
HSL color Cylindrical-coordinate representation of color #B2CBC5: hue angle of 165.6º 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 #B2CBC5 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 197 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.20 |
| HSL | 165.6º | 0.19% | 0.75% | - |
| HSV(B) | 165.6º | 0.12% | 0.8% | - |
| XYZ | 49.79 | 56.21 | 61.05 | - |
| YUV | 194.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 197 | 0.12 | 0 | 0.03 | 0.20 | 165.6 | 0.19 | 0.75 |
| Hex | B2 | CB | C5 | C | 0 | 3 | 14 | A6 | 13 | 4B |
| Octal | 262 | 313 | 305 | 14 | 0 | 3 | 24 | 246 | 23 | 113 |
| Binary | 10110010 | 11001011 | 11000101 | 1100 | 0 | 11 | 10100 | 10100110 | 10011 | 1001011 |
Color Harmonies of #B2CBC5
Complementary color
Monochromatic Colors of #B2CBC5
Black with #B2CBC5
Text Example
Text Example
White with #B2CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBC5; }
p { color: rgb(178,203,197); }
H1.HeaderClassName
{
color: #B2CBC5;
}
.AnyTagClassName
{
color: #B2CBC5;
}
</style>
background-color css
<style>
a { background-color: #B2CBC5; }
a { background-color: rgb(178,203,197); }
div.DivClassName
{
background-color: #B2CBC5;
}
.BgClassName
{
background-color: #B2CBC5;
}
</style>
border-color css
<style>
span { border-color: #B2CBC5; }
span { border-color: rgb(178,203,197); }
td.TdClassName
{
border-color: #B2CBC5;
}
.TagClassName
{
border-color: #B2CBC5;
}
</style>