Shades of Jet Stream #B1CFC6
Tints of Jet Stream #B1CFC6
RGB
CMYK
RGB Variations
Color information
#B1CFC6 (or 0xB1CFC6) is known color: Jet Stream. HEX triplet: B1, CF and C6. RGB value is (177,207,198). Sum of RGB (Red+Green+Blue) = 177+207+198=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFC6 is #4E3039. Grayscale: #C5C5C5. Windows color (decimal): -5124154 or 13029297. OLE color: 13029297.
HSL color Cylindrical-coordinate representation of color #B1CFC6: hue angle of 162º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CFC6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 198 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.19 |
| HSL | 162º | 0.24% | 0.75% | - |
| HSV(B) | 162º | 0.14% | 0.81% | - |
| XYZ | 50.64 | 58.05 | 61.96 | - |
| YUV | 197 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 198 | 0.14 | 0 | 0.04 | 0.19 | 162 | 0.24 | 0.75 |
| Hex | B1 | CF | C6 | E | 0 | 4 | 13 | A2 | 18 | 4B |
| Octal | 261 | 317 | 306 | 16 | 0 | 4 | 23 | 242 | 30 | 113 |
| Binary | 10110001 | 11001111 | 11000110 | 1110 | 0 | 100 | 10011 | 10100010 | 11000 | 1001011 |
Color Harmonies of #B1CFC6
Complementary color
Monochromatic Colors of #B1CFC6
Black with #B1CFC6
Text Example
Text Example
White with #B1CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFC6; }
p { color: rgb(177,207,198); }
H1.HeaderClassName
{
color: #B1CFC6;
}
.AnyTagClassName
{
color: #B1CFC6;
}
</style>
background-color css
<style>
a { background-color: #B1CFC6; }
a { background-color: rgb(177,207,198); }
div.DivClassName
{
background-color: #B1CFC6;
}
.BgClassName
{
background-color: #B1CFC6;
}
</style>
border-color css
<style>
span { border-color: #B1CFC6; }
span { border-color: rgb(177,207,198); }
td.TdClassName
{
border-color: #B1CFC6;
}
.TagClassName
{
border-color: #B1CFC6;
}
</style>