Shades of Jet Stream #B5C9C2
Tints of Jet Stream #B5C9C2
RGB
CMYK
RGB Variations
Color information
#B5C9C2 (or 0xB5C9C2) is known color: Jet Stream. HEX triplet: B5, C9 and C2. RGB value is (181,201,194). Sum of RGB (Red+Green+Blue) = 181+201+194=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9C2 is #4A363D. Grayscale: #C2C2C2. Windows color (decimal): -4863550 or 12765621. OLE color: 12765621.
HSL color Cylindrical-coordinate representation of color #B5C9C2: hue angle of 159º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C9C2 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 194 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.21 |
| HSL | 159º | 0.16% | 0.75% | - |
| HSV(B) | 159º | 0.1% | 0.79% | - |
| XYZ | 49.68 | 55.49 | 59.13 | - |
| YUV | 194.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 194 | 0.10 | 0 | 0.03 | 0.21 | 159 | 0.16 | 0.75 |
| Hex | B5 | C9 | C2 | A | 0 | 3 | 15 | 9F | 10 | 4B |
| Octal | 265 | 311 | 302 | 12 | 0 | 3 | 25 | 237 | 20 | 113 |
| Binary | 10110101 | 11001001 | 11000010 | 1010 | 0 | 11 | 10101 | 10011111 | 10000 | 1001011 |
Color Harmonies of #B5C9C2
Complementary color
Monochromatic Colors of #B5C9C2
Black with #B5C9C2
Text Example
Text Example
White with #B5C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C9C2; }
p { color: rgb(181,201,194); }
H1.HeaderClassName
{
color: #B5C9C2;
}
.AnyTagClassName
{
color: #B5C9C2;
}
</style>
background-color css
<style>
a { background-color: #B5C9C2; }
a { background-color: rgb(181,201,194); }
div.DivClassName
{
background-color: #B5C9C2;
}
.BgClassName
{
background-color: #B5C9C2;
}
</style>
border-color css
<style>
span { border-color: #B5C9C2; }
span { border-color: rgb(181,201,194); }
td.TdClassName
{
border-color: #B5C9C2;
}
.TagClassName
{
border-color: #B5C9C2;
}
</style>