Shades of Jet Stream #BAD2CC
Tints of Jet Stream #BAD2CC
RGB
CMYK
RGB Variations
Color information
#BAD2CC (or 0xBAD2CC) is known color: Jet Stream. HEX triplet: BA, D2 and CC. RGB value is (186,210,204). Sum of RGB (Red+Green+Blue) = 186+210+204=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2CC is #452D33. Grayscale: #CACACA. Windows color (decimal): -4533556 or 13423290. OLE color: 13423290.
HSL color Cylindrical-coordinate representation of color #BAD2CC: hue angle of 165º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD2CC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 204 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.18 |
| HSL | 165º | 0.21% | 0.78% | - |
| HSV(B) | 165º | 0.11% | 0.82% | - |
| XYZ | 54.2 | 60.89 | 66.02 | - |
| YUV | 202.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 204 | 0.11 | 0 | 0.03 | 0.18 | 165 | 0.21 | 0.78 |
| Hex | BA | D2 | CC | B | 0 | 3 | 12 | A5 | 15 | 4E |
| Octal | 272 | 322 | 314 | 13 | 0 | 3 | 22 | 245 | 25 | 116 |
| Binary | 10111010 | 11010010 | 11001100 | 1011 | 0 | 11 | 10010 | 10100101 | 10101 | 1001110 |
Color Harmonies of #BAD2CC
Complementary color
Monochromatic Colors of #BAD2CC
Black with #BAD2CC
Text Example
Text Example
White with #BAD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2CC; }
p { color: rgb(186,210,204); }
H1.HeaderClassName
{
color: #BAD2CC;
}
.AnyTagClassName
{
color: #BAD2CC;
}
</style>
background-color css
<style>
a { background-color: #BAD2CC; }
a { background-color: rgb(186,210,204); }
div.DivClassName
{
background-color: #BAD2CC;
}
.BgClassName
{
background-color: #BAD2CC;
}
</style>
border-color css
<style>
span { border-color: #BAD2CC; }
span { border-color: rgb(186,210,204); }
td.TdClassName
{
border-color: #BAD2CC;
}
.TagClassName
{
border-color: #BAD2CC;
}
</style>