Shades of Jet Stream #BACCC7
Tints of Jet Stream #BACCC7
RGB
CMYK
RGB Variations
Color information
#BACCC7 (or 0xBACCC7) is known color: Jet Stream. HEX triplet: BA, CC and C7. RGB value is (186,204,199). Sum of RGB (Red+Green+Blue) = 186+204+199=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCC7 is #453338. Grayscale: #C6C6C6. Windows color (decimal): -4535097 or 13094074. OLE color: 13094074.
HSL color Cylindrical-coordinate representation of color #BACCC7: hue angle of 163.33º 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 #BACCC7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 199 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.2 |
| HSL | 163.33º | 0.15% | 0.76% | - |
| HSV(B) | 163.33º | 0.09% | 0.8% | - |
| XYZ | 52.15 | 57.75 | 62.43 | - |
| YUV | 198.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 199 | 0.09 | 0 | 0.02 | 0.2 | 163.33 | 0.15 | 0.76 |
| Hex | BA | CC | C7 | 9 | 0 | 2 | 14 | A3 | F | 4C |
| Octal | 272 | 314 | 307 | 11 | 0 | 2 | 24 | 243 | 17 | 114 |
| Binary | 10111010 | 11001100 | 11000111 | 1001 | 0 | 10 | 10100 | 10100011 | 1111 | 1001100 |
Color Harmonies of #BACCC7
Complementary color
Monochromatic Colors of #BACCC7
Black with #BACCC7
Text Example
Text Example
White with #BACCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCC7; }
p { color: rgb(186,204,199); }
H1.HeaderClassName
{
color: #BACCC7;
}
.AnyTagClassName
{
color: #BACCC7;
}
</style>
background-color css
<style>
a { background-color: #BACCC7; }
a { background-color: rgb(186,204,199); }
div.DivClassName
{
background-color: #BACCC7;
}
.BgClassName
{
background-color: #BACCC7;
}
</style>
border-color css
<style>
span { border-color: #BACCC7; }
span { border-color: rgb(186,204,199); }
td.TdClassName
{
border-color: #BACCC7;
}
.TagClassName
{
border-color: #BACCC7;
}
</style>