Shades of Jet Stream #B7CEC7
Tints of Jet Stream #B7CEC7
RGB
CMYK
RGB Variations
Color information
#B7CEC7 (or 0xB7CEC7) is known color: Jet Stream. HEX triplet: B7, CE and C7. RGB value is (183,206,199). Sum of RGB (Red+Green+Blue) = 183+206+199=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEC7 is #483138. Grayscale: #C6C6C6. Windows color (decimal): -4731193 or 13094583. OLE color: 13094583.
HSL color Cylindrical-coordinate representation of color #B7CEC7: hue angle of 161.74º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CEC7 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 199 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.19 |
| HSL | 161.74º | 0.19% | 0.76% | - |
| HSV(B) | 161.74º | 0.11% | 0.81% | - |
| XYZ | 51.91 | 58.33 | 62.56 | - |
| YUV | 198.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 199 | 0.11 | 0 | 0.03 | 0.19 | 161.74 | 0.19 | 0.76 |
| Hex | B7 | CE | C7 | B | 0 | 3 | 13 | A2 | 13 | 4C |
| Octal | 267 | 316 | 307 | 13 | 0 | 3 | 23 | 242 | 23 | 114 |
| Binary | 10110111 | 11001110 | 11000111 | 1011 | 0 | 11 | 10011 | 10100010 | 10011 | 1001100 |
Color Harmonies of #B7CEC7
Complementary color
Monochromatic Colors of #B7CEC7
Black with #B7CEC7
Text Example
Text Example
White with #B7CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CEC7; }
p { color: rgb(183,206,199); }
H1.HeaderClassName
{
color: #B7CEC7;
}
.AnyTagClassName
{
color: #B7CEC7;
}
</style>
background-color css
<style>
a { background-color: #B7CEC7; }
a { background-color: rgb(183,206,199); }
div.DivClassName
{
background-color: #B7CEC7;
}
.BgClassName
{
background-color: #B7CEC7;
}
</style>
border-color css
<style>
span { border-color: #B7CEC7; }
span { border-color: rgb(183,206,199); }
td.TdClassName
{
border-color: #B7CEC7;
}
.TagClassName
{
border-color: #B7CEC7;
}
</style>