Shades of Jet Stream #BACAC4
Tints of Jet Stream #BACAC4
RGB
CMYK
RGB Variations
Color information
#BACAC4 (or 0xBACAC4) is known color: Jet Stream. HEX triplet: BA, CA and C4. RGB value is (186,202,196). Sum of RGB (Red+Green+Blue) = 186+202+196=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAC4 is #45353B. Grayscale: #C4C4C4. Windows color (decimal): -4535612 or 12896954. OLE color: 12896954.
HSL color Cylindrical-coordinate representation of color #BACAC4: hue angle of 157.5º 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 #BACAC4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 196 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.21 |
| HSL | 157.5º | 0.13% | 0.76% | - |
| HSV(B) | 157.5º | 0.08% | 0.79% | - |
| XYZ | 51.33 | 56.67 | 60.46 | - |
| YUV | 196.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 196 | 0.08 | 0 | 0.03 | 0.21 | 157.5 | 0.13 | 0.76 |
| Hex | BA | CA | C4 | 8 | 0 | 3 | 15 | 9E | D | 4C |
| Octal | 272 | 312 | 304 | 10 | 0 | 3 | 25 | 236 | 15 | 114 |
| Binary | 10111010 | 11001010 | 11000100 | 1000 | 0 | 11 | 10101 | 10011110 | 1101 | 1001100 |
Color Harmonies of #BACAC4
Complementary color
Monochromatic Colors of #BACAC4
Black with #BACAC4
Text Example
Text Example
White with #BACAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAC4; }
p { color: rgb(186,202,196); }
H1.HeaderClassName
{
color: #BACAC4;
}
.AnyTagClassName
{
color: #BACAC4;
}
</style>
background-color css
<style>
a { background-color: #BACAC4; }
a { background-color: rgb(186,202,196); }
div.DivClassName
{
background-color: #BACAC4;
}
.BgClassName
{
background-color: #BACAC4;
}
</style>
border-color css
<style>
span { border-color: #BACAC4; }
span { border-color: rgb(186,202,196); }
td.TdClassName
{
border-color: #BACAC4;
}
.TagClassName
{
border-color: #BACAC4;
}
</style>