Shades of Jet Stream #BADBCB
Tints of Jet Stream #BADBCB
RGB
CMYK
RGB Variations
Color information
#BADBCB (or 0xBADBCB) is known color: Jet Stream. HEX triplet: BA, DB and CB. RGB value is (186,219,203). Sum of RGB (Red+Green+Blue) = 186+219+203=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBCB is #452434. Grayscale: #CFCFCF. Windows color (decimal): -4531253 or 13360058. OLE color: 13360058.
HSL color Cylindrical-coordinate representation of color #BADBCB: hue angle of 150.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADBCB is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 203 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.14 |
| HSL | 150.91º | 0.31% | 0.79% | - |
| HSV(B) | 150.91º | 0.15% | 0.86% | - |
| XYZ | 56.36 | 65.41 | 66.16 | - |
| YUV | 207.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 203 | 0.15 | 0 | 0.07 | 0.14 | 150.91 | 0.31 | 0.79 |
| Hex | BA | DB | CB | F | 0 | 7 | E | 97 | 1F | 4F |
| Octal | 272 | 333 | 313 | 17 | 0 | 7 | 16 | 227 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11001011 | 1111 | 0 | 111 | 1110 | 10010111 | 11111 | 1001111 |
Color Harmonies of #BADBCB
Complementary color
Monochromatic Colors of #BADBCB
Black with #BADBCB
Text Example
Text Example
White with #BADBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBCB; }
p { color: rgb(186,219,203); }
H1.HeaderClassName
{
color: #BADBCB;
}
.AnyTagClassName
{
color: #BADBCB;
}
</style>
background-color css
<style>
a { background-color: #BADBCB; }
a { background-color: rgb(186,219,203); }
div.DivClassName
{
background-color: #BADBCB;
}
.BgClassName
{
background-color: #BADBCB;
}
</style>
border-color css
<style>
span { border-color: #BADBCB; }
span { border-color: rgb(186,219,203); }
td.TdClassName
{
border-color: #BADBCB;
}
.TagClassName
{
border-color: #BADBCB;
}
</style>