Shades of Jet Stream #BACECB
Tints of Jet Stream #BACECB
RGB
CMYK
RGB Variations
Color information
#BACECB (or 0xBACECB) is known color: Jet Stream. HEX triplet: BA, CE and CB. RGB value is (186,206,203). Sum of RGB (Red+Green+Blue) = 186+206+203=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #BACECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACECB is #453134. Grayscale: #C7C7C7. Windows color (decimal): -4534581 or 13356730. OLE color: 13356730.
HSL color Cylindrical-coordinate representation of color #BACECB: hue angle of 171º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACECB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 203 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.19 |
| HSL | 171º | 0.17% | 0.77% | - |
| HSV(B) | 171º | 0.1% | 0.81% | - |
| XYZ | 53.1 | 58.89 | 65.07 | - |
| YUV | 199.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 203 | 0.10 | 0 | 0.01 | 0.19 | 171 | 0.17 | 0.77 |
| Hex | BA | CE | CB | A | 0 | 1 | 13 | AB | 11 | 4D |
| Octal | 272 | 316 | 313 | 12 | 0 | 1 | 23 | 253 | 21 | 115 |
| Binary | 10111010 | 11001110 | 11001011 | 1010 | 0 | 1 | 10011 | 10101011 | 10001 | 1001101 |
Color Harmonies of #BACECB
Complementary color
Monochromatic Colors of #BACECB
Black with #BACECB
Text Example
Text Example
White with #BACECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACECB; }
p { color: rgb(186,206,203); }
H1.HeaderClassName
{
color: #BACECB;
}
.AnyTagClassName
{
color: #BACECB;
}
</style>
background-color css
<style>
a { background-color: #BACECB; }
a { background-color: rgb(186,206,203); }
div.DivClassName
{
background-color: #BACECB;
}
.BgClassName
{
background-color: #BACECB;
}
</style>
border-color css
<style>
span { border-color: #BACECB; }
span { border-color: rgb(186,206,203); }
td.TdClassName
{
border-color: #BACECB;
}
.TagClassName
{
border-color: #BACECB;
}
</style>