Shades of Jet Stream #BACECA
Tints of Jet Stream #BACECA
RGB
CMYK
RGB Variations
Color information
#BACECA (or 0xBACECA) is known color: Jet Stream. HEX triplet: BA, CE and CA. RGB value is (186,206,202). Sum of RGB (Red+Green+Blue) = 186+206+202=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #BACECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACECA is #453135. Grayscale: #C7C7C7. Windows color (decimal): -4534582 or 13291194. OLE color: 13291194.
HSL color Cylindrical-coordinate representation of color #BACECA: hue angle of 168º 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 #BACECA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 202 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.19 |
| HSL | 168º | 0.17% | 0.77% | - |
| HSV(B) | 168º | 0.1% | 0.81% | - |
| XYZ | 52.98 | 58.85 | 64.44 | - |
| YUV | 199.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 202 | 0.10 | 0 | 0.02 | 0.19 | 168 | 0.17 | 0.77 |
| Hex | BA | CE | CA | A | 0 | 2 | 13 | A8 | 11 | 4D |
| Octal | 272 | 316 | 312 | 12 | 0 | 2 | 23 | 250 | 21 | 115 |
| Binary | 10111010 | 11001110 | 11001010 | 1010 | 0 | 10 | 10011 | 10101000 | 10001 | 1001101 |
Color Harmonies of #BACECA
Complementary color
Monochromatic Colors of #BACECA
Black with #BACECA
Text Example
Text Example
White with #BACECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACECA; }
p { color: rgb(186,206,202); }
H1.HeaderClassName
{
color: #BACECA;
}
.AnyTagClassName
{
color: #BACECA;
}
</style>
background-color css
<style>
a { background-color: #BACECA; }
a { background-color: rgb(186,206,202); }
div.DivClassName
{
background-color: #BACECA;
}
.BgClassName
{
background-color: #BACECA;
}
</style>
border-color css
<style>
span { border-color: #BACECA; }
span { border-color: rgb(186,206,202); }
td.TdClassName
{
border-color: #BACECA;
}
.TagClassName
{
border-color: #BACECA;
}
</style>