Shades of Jet Stream #B1CAC2
Tints of Jet Stream #B1CAC2
RGB
CMYK
RGB Variations
Color information
#B1CAC2 (or 0xB1CAC2) is known color: Jet Stream. HEX triplet: B1, CA and C2. RGB value is (177,202,194). Sum of RGB (Red+Green+Blue) = 177+202+194=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC2 is #4E353D. Grayscale: #C1C1C1. Windows color (decimal): -5125438 or 12765873. OLE color: 12765873.
HSL color Cylindrical-coordinate representation of color #B1CAC2: hue angle of 160.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CAC2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 194 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.21 |
| HSL | 160.8º | 0.19% | 0.74% | - |
| HSV(B) | 160.8º | 0.12% | 0.79% | - |
| XYZ | 48.99 | 55.48 | 59.17 | - |
| YUV | 193.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 194 | 0.12 | 0 | 0.04 | 0.21 | 160.8 | 0.19 | 0.74 |
| Hex | B1 | CA | C2 | C | 0 | 4 | 15 | A1 | 13 | 4A |
| Octal | 261 | 312 | 302 | 14 | 0 | 4 | 25 | 241 | 23 | 112 |
| Binary | 10110001 | 11001010 | 11000010 | 1100 | 0 | 100 | 10101 | 10100001 | 10011 | 1001010 |
Color Harmonies of #B1CAC2
Complementary color
Monochromatic Colors of #B1CAC2
Black with #B1CAC2
Text Example
Text Example
White with #B1CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAC2; }
p { color: rgb(177,202,194); }
H1.HeaderClassName
{
color: #B1CAC2;
}
.AnyTagClassName
{
color: #B1CAC2;
}
</style>
background-color css
<style>
a { background-color: #B1CAC2; }
a { background-color: rgb(177,202,194); }
div.DivClassName
{
background-color: #B1CAC2;
}
.BgClassName
{
background-color: #B1CAC2;
}
</style>
border-color css
<style>
span { border-color: #B1CAC2; }
span { border-color: rgb(177,202,194); }
td.TdClassName
{
border-color: #B1CAC2;
}
.TagClassName
{
border-color: #B1CAC2;
}
</style>