Shades of Jet Stream #BACCC9
Tints of Jet Stream #BACCC9
RGB
CMYK
RGB Variations
Color information
#BACCC9 (or 0xBACCC9) is known color: Jet Stream. HEX triplet: BA, CC and C9. RGB value is (186,204,201). Sum of RGB (Red+Green+Blue) = 186+204+201=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCC9 is #453336. Grayscale: #C6C6C6. Windows color (decimal): -4535095 or 13225146. OLE color: 13225146.
HSL color Cylindrical-coordinate representation of color #BACCC9: hue angle of 170º 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 #BACCC9 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 201 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.2 |
| HSL | 170º | 0.15% | 0.76% | - |
| HSV(B) | 170º | 0.09% | 0.8% | - |
| XYZ | 52.39 | 57.84 | 63.66 | - |
| YUV | 198.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 201 | 0.09 | 0 | 0.01 | 0.2 | 170 | 0.15 | 0.76 |
| Hex | BA | CC | C9 | 9 | 0 | 1 | 14 | AA | F | 4C |
| Octal | 272 | 314 | 311 | 11 | 0 | 1 | 24 | 252 | 17 | 114 |
| Binary | 10111010 | 11001100 | 11001001 | 1001 | 0 | 1 | 10100 | 10101010 | 1111 | 1001100 |
Color Harmonies of #BACCC9
Complementary color
Monochromatic Colors of #BACCC9
Black with #BACCC9
Text Example
Text Example
White with #BACCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCC9; }
p { color: rgb(186,204,201); }
H1.HeaderClassName
{
color: #BACCC9;
}
.AnyTagClassName
{
color: #BACCC9;
}
</style>
background-color css
<style>
a { background-color: #BACCC9; }
a { background-color: rgb(186,204,201); }
div.DivClassName
{
background-color: #BACCC9;
}
.BgClassName
{
background-color: #BACCC9;
}
</style>
border-color css
<style>
span { border-color: #BACCC9; }
span { border-color: rgb(186,204,201); }
td.TdClassName
{
border-color: #BACCC9;
}
.TagClassName
{
border-color: #BACCC9;
}
</style>