Shades of Jet Stream #BACEC7
Tints of Jet Stream #BACEC7
RGB
CMYK
RGB Variations
Color information
#BACEC7 (or 0xBACEC7) is known color: Jet Stream. HEX triplet: BA, CE and C7. RGB value is (186,206,199). Sum of RGB (Red+Green+Blue) = 186+206+199=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC7 is #453138. Grayscale: #C7C7C7. Windows color (decimal): -4534585 or 13094586. OLE color: 13094586.
HSL color Cylindrical-coordinate representation of color #BACEC7: hue angle of 159º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACEC7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 199 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.19 |
| HSL | 159º | 0.17% | 0.77% | - |
| HSV(B) | 159º | 0.1% | 0.81% | - |
| XYZ | 52.63 | 58.71 | 62.59 | - |
| YUV | 199.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 199 | 0.10 | 0 | 0.03 | 0.19 | 159 | 0.17 | 0.77 |
| Hex | BA | CE | C7 | A | 0 | 3 | 13 | 9F | 11 | 4D |
| Octal | 272 | 316 | 307 | 12 | 0 | 3 | 23 | 237 | 21 | 115 |
| Binary | 10111010 | 11001110 | 11000111 | 1010 | 0 | 11 | 10011 | 10011111 | 10001 | 1001101 |
Color Harmonies of #BACEC7
Complementary color
Monochromatic Colors of #BACEC7
Black with #BACEC7
Text Example
Text Example
White with #BACEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEC7; }
p { color: rgb(186,206,199); }
H1.HeaderClassName
{
color: #BACEC7;
}
.AnyTagClassName
{
color: #BACEC7;
}
</style>
background-color css
<style>
a { background-color: #BACEC7; }
a { background-color: rgb(186,206,199); }
div.DivClassName
{
background-color: #BACEC7;
}
.BgClassName
{
background-color: #BACEC7;
}
</style>
border-color css
<style>
span { border-color: #BACEC7; }
span { border-color: rgb(186,206,199); }
td.TdClassName
{
border-color: #BACEC7;
}
.TagClassName
{
border-color: #BACEC7;
}
</style>