Shades of Jet Stream #BACEC6
Tints of Jet Stream #BACEC6
RGB
CMYK
RGB Variations
Color information
#BACEC6 (or 0xBACEC6) is known color: Jet Stream. HEX triplet: BA, CE and C6. RGB value is (186,206,198). Sum of RGB (Red+Green+Blue) = 186+206+198=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC6 is #453139. Grayscale: #C7C7C7. Windows color (decimal): -4534586 or 13029050. OLE color: 13029050.
HSL color Cylindrical-coordinate representation of color #BACEC6: hue angle of 156º 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 #BACEC6 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 198 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.19 |
| HSL | 156º | 0.17% | 0.77% | - |
| HSV(B) | 156º | 0.1% | 0.81% | - |
| XYZ | 52.51 | 58.66 | 61.98 | - |
| YUV | 199.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 198 | 0.10 | 0 | 0.04 | 0.19 | 156 | 0.17 | 0.77 |
| Hex | BA | CE | C6 | A | 0 | 4 | 13 | 9C | 11 | 4D |
| Octal | 272 | 316 | 306 | 12 | 0 | 4 | 23 | 234 | 21 | 115 |
| Binary | 10111010 | 11001110 | 11000110 | 1010 | 0 | 100 | 10011 | 10011100 | 10001 | 1001101 |
Color Harmonies of #BACEC6
Complementary color
Monochromatic Colors of #BACEC6
Black with #BACEC6
Text Example
Text Example
White with #BACEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEC6; }
p { color: rgb(186,206,198); }
H1.HeaderClassName
{
color: #BACEC6;
}
.AnyTagClassName
{
color: #BACEC6;
}
</style>
background-color css
<style>
a { background-color: #BACEC6; }
a { background-color: rgb(186,206,198); }
div.DivClassName
{
background-color: #BACEC6;
}
.BgClassName
{
background-color: #BACEC6;
}
</style>
border-color css
<style>
span { border-color: #BACEC6; }
span { border-color: rgb(186,206,198); }
td.TdClassName
{
border-color: #BACEC6;
}
.TagClassName
{
border-color: #BACEC6;
}
</style>