Shades of Jet Stream #BACCC6
Tints of Jet Stream #BACCC6
RGB
CMYK
RGB Variations
Color information
#BACCC6 (or 0xBACCC6) is known color: Jet Stream. HEX triplet: BA, CC and C6. RGB value is (186,204,198). Sum of RGB (Red+Green+Blue) = 186+204+198=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCC6 is #453339. Grayscale: #C5C5C5. Windows color (decimal): -4535098 or 13028538. OLE color: 13028538.
HSL color Cylindrical-coordinate representation of color #BACCC6: hue angle of 160º 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 #BACCC6 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 198 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.2 |
| HSL | 160º | 0.15% | 0.76% | - |
| HSV(B) | 160º | 0.09% | 0.8% | - |
| XYZ | 52.04 | 57.7 | 61.82 | - |
| YUV | 197.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 198 | 0.09 | 0 | 0.03 | 0.2 | 160 | 0.15 | 0.76 |
| Hex | BA | CC | C6 | 9 | 0 | 3 | 14 | A0 | F | 4C |
| Octal | 272 | 314 | 306 | 11 | 0 | 3 | 24 | 240 | 17 | 114 |
| Binary | 10111010 | 11001100 | 11000110 | 1001 | 0 | 11 | 10100 | 10100000 | 1111 | 1001100 |
Color Harmonies of #BACCC6
Complementary color
Monochromatic Colors of #BACCC6
Black with #BACCC6
Text Example
Text Example
White with #BACCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCC6; }
p { color: rgb(186,204,198); }
H1.HeaderClassName
{
color: #BACCC6;
}
.AnyTagClassName
{
color: #BACCC6;
}
</style>
background-color css
<style>
a { background-color: #BACCC6; }
a { background-color: rgb(186,204,198); }
div.DivClassName
{
background-color: #BACCC6;
}
.BgClassName
{
background-color: #BACCC6;
}
</style>
border-color css
<style>
span { border-color: #BACCC6; }
span { border-color: rgb(186,204,198); }
td.TdClassName
{
border-color: #BACCC6;
}
.TagClassName
{
border-color: #BACCC6;
}
</style>