Shades of Jet Stream #B2C9C1
Tints of Jet Stream #B2C9C1
RGB
CMYK
RGB Variations
Color information
#B2C9C1 (or 0xB2C9C1) is known color: Jet Stream. HEX triplet: B2, C9 and C1. RGB value is (178,201,193). Sum of RGB (Red+Green+Blue) = 178+201+193=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C9C1 is #4D363E. Grayscale: #C1C1C1. Windows color (decimal): -5060159 or 12700082. OLE color: 12700082.
HSL color Cylindrical-coordinate representation of color #B2C9C1: hue angle of 159.13º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C9C1 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 193 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.21 |
| HSL | 159.13º | 0.18% | 0.74% | - |
| HSV(B) | 159.13º | 0.11% | 0.79% | - |
| XYZ | 48.87 | 55.09 | 58.51 | - |
| YUV | 193.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 193 | 0.11 | 0 | 0.04 | 0.21 | 159.13 | 0.18 | 0.74 |
| Hex | B2 | C9 | C1 | B | 0 | 4 | 15 | 9F | 12 | 4A |
| Octal | 262 | 311 | 301 | 13 | 0 | 4 | 25 | 237 | 22 | 112 |
| Binary | 10110010 | 11001001 | 11000001 | 1011 | 0 | 100 | 10101 | 10011111 | 10010 | 1001010 |
Color Harmonies of #B2C9C1
Complementary color
Monochromatic Colors of #B2C9C1
Black with #B2C9C1
Text Example
Text Example
White with #B2C9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C9C1; }
p { color: rgb(178,201,193); }
H1.HeaderClassName
{
color: #B2C9C1;
}
.AnyTagClassName
{
color: #B2C9C1;
}
</style>
background-color css
<style>
a { background-color: #B2C9C1; }
a { background-color: rgb(178,201,193); }
div.DivClassName
{
background-color: #B2C9C1;
}
.BgClassName
{
background-color: #B2C9C1;
}
</style>
border-color css
<style>
span { border-color: #B2C9C1; }
span { border-color: rgb(178,201,193); }
td.TdClassName
{
border-color: #B2C9C1;
}
.TagClassName
{
border-color: #B2C9C1;
}
</style>