Shades of Jet Stream #B1CEC6
Tints of Jet Stream #B1CEC6
RGB
CMYK
RGB Variations
Color information
#B1CEC6 (or 0xB1CEC6) is known color: Jet Stream. HEX triplet: B1, CE and C6. RGB value is (177,206,198). Sum of RGB (Red+Green+Blue) = 177+206+198=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEC6 is #4E3139. Grayscale: #C4C4C4. Windows color (decimal): -5124410 or 13029041. OLE color: 13029041.
HSL color Cylindrical-coordinate representation of color #B1CEC6: hue angle of 163.45º degrees, saturation: 0.23, 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 #B1CEC6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 198 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.19 |
| HSL | 163.45º | 0.23% | 0.75% | - |
| HSV(B) | 163.45º | 0.14% | 0.81% | - |
| XYZ | 50.4 | 57.57 | 61.88 | - |
| YUV | 196.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 198 | 0.14 | 0 | 0.04 | 0.19 | 163.45 | 0.23 | 0.75 |
| Hex | B1 | CE | C6 | E | 0 | 4 | 13 | A3 | 17 | 4B |
| Octal | 261 | 316 | 306 | 16 | 0 | 4 | 23 | 243 | 27 | 113 |
| Binary | 10110001 | 11001110 | 11000110 | 1110 | 0 | 100 | 10011 | 10100011 | 10111 | 1001011 |
Color Harmonies of #B1CEC6
Complementary color
Monochromatic Colors of #B1CEC6
Black with #B1CEC6
Text Example
Text Example
White with #B1CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEC6; }
p { color: rgb(177,206,198); }
H1.HeaderClassName
{
color: #B1CEC6;
}
.AnyTagClassName
{
color: #B1CEC6;
}
</style>
background-color css
<style>
a { background-color: #B1CEC6; }
a { background-color: rgb(177,206,198); }
div.DivClassName
{
background-color: #B1CEC6;
}
.BgClassName
{
background-color: #B1CEC6;
}
</style>
border-color css
<style>
span { border-color: #B1CEC6; }
span { border-color: rgb(177,206,198); }
td.TdClassName
{
border-color: #B1CEC6;
}
.TagClassName
{
border-color: #B1CEC6;
}
</style>