Shades of Jet Stream #BACAC5
Tints of Jet Stream #BACAC5
RGB
CMYK
RGB Variations
Color information
#BACAC5 (or 0xBACAC5) is known color: Jet Stream. HEX triplet: BA, CA and C5. RGB value is (186,202,197). Sum of RGB (Red+Green+Blue) = 186+202+197=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAC5 is #45353A. Grayscale: #C4C4C4. Windows color (decimal): -4535611 or 12962490. OLE color: 12962490.
HSL color Cylindrical-coordinate representation of color #BACAC5: hue angle of 161.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACAC5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 197 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.21 |
| HSL | 161.25º | 0.13% | 0.76% | - |
| HSV(B) | 161.25º | 0.08% | 0.79% | - |
| XYZ | 51.45 | 56.71 | 61.06 | - |
| YUV | 196.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 197 | 0.08 | 0 | 0.02 | 0.21 | 161.25 | 0.13 | 0.76 |
| Hex | BA | CA | C5 | 8 | 0 | 2 | 15 | A1 | D | 4C |
| Octal | 272 | 312 | 305 | 10 | 0 | 2 | 25 | 241 | 15 | 114 |
| Binary | 10111010 | 11001010 | 11000101 | 1000 | 0 | 10 | 10101 | 10100001 | 1101 | 1001100 |
Color Harmonies of #BACAC5
Complementary color
Monochromatic Colors of #BACAC5
Black with #BACAC5
Text Example
Text Example
White with #BACAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAC5; }
p { color: rgb(186,202,197); }
H1.HeaderClassName
{
color: #BACAC5;
}
.AnyTagClassName
{
color: #BACAC5;
}
</style>
background-color css
<style>
a { background-color: #BACAC5; }
a { background-color: rgb(186,202,197); }
div.DivClassName
{
background-color: #BACAC5;
}
.BgClassName
{
background-color: #BACAC5;
}
</style>
border-color css
<style>
span { border-color: #BACAC5; }
span { border-color: rgb(186,202,197); }
td.TdClassName
{
border-color: #BACAC5;
}
.TagClassName
{
border-color: #BACAC5;
}
</style>