Shades of Jet Stream #BACCC5
Tints of Jet Stream #BACCC5
RGB
CMYK
RGB Variations
Color information
#BACCC5 (or 0xBACCC5) is known color: Jet Stream. HEX triplet: BA, CC and C5. RGB value is (186,204,197). Sum of RGB (Red+Green+Blue) = 186+204+197=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCC5 is #45333A. Grayscale: #C5C5C5. Windows color (decimal): -4535099 or 12963002. OLE color: 12963002.
HSL color Cylindrical-coordinate representation of color #BACCC5: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACCC5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 197 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.2 |
| HSL | 156.67º | 0.15% | 0.76% | - |
| HSV(B) | 156.67º | 0.09% | 0.8% | - |
| XYZ | 51.92 | 57.66 | 61.22 | - |
| YUV | 197.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 197 | 0.09 | 0 | 0.03 | 0.2 | 156.67 | 0.15 | 0.76 |
| Hex | BA | CC | C5 | 9 | 0 | 3 | 14 | 9D | F | 4C |
| Octal | 272 | 314 | 305 | 11 | 0 | 3 | 24 | 235 | 17 | 114 |
| Binary | 10111010 | 11001100 | 11000101 | 1001 | 0 | 11 | 10100 | 10011101 | 1111 | 1001100 |
Color Harmonies of #BACCC5
Complementary color
Monochromatic Colors of #BACCC5
Black with #BACCC5
Text Example
Text Example
White with #BACCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCC5; }
p { color: rgb(186,204,197); }
H1.HeaderClassName
{
color: #BACCC5;
}
.AnyTagClassName
{
color: #BACCC5;
}
</style>
background-color css
<style>
a { background-color: #BACCC5; }
a { background-color: rgb(186,204,197); }
div.DivClassName
{
background-color: #BACCC5;
}
.BgClassName
{
background-color: #BACCC5;
}
</style>
border-color css
<style>
span { border-color: #BACCC5; }
span { border-color: rgb(186,204,197); }
td.TdClassName
{
border-color: #BACCC5;
}
.TagClassName
{
border-color: #BACCC5;
}
</style>