Shades of Jet Stream #BCD1CB
Tints of Jet Stream #BCD1CB
RGB
CMYK
RGB Variations
Color information
#BCD1CB (or 0xBCD1CB) is known color: Jet Stream. HEX triplet: BC, D1 and CB. RGB value is (188,209,203). Sum of RGB (Red+Green+Blue) = 188+209+203=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1CB is #432E34. Grayscale: #CACACA. Windows color (decimal): -4402741 or 13357500. OLE color: 13357500.
HSL color Cylindrical-coordinate representation of color #BCD1CB: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD1CB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 203 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.18 |
| HSL | 162.86º | 0.19% | 0.78% | - |
| HSV(B) | 162.86º | 0.1% | 0.82% | - |
| XYZ | 54.32 | 60.6 | 65.33 | - |
| YUV | 202.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 203 | 0.10 | 0 | 0.03 | 0.18 | 162.86 | 0.19 | 0.78 |
| Hex | BC | D1 | CB | A | 0 | 3 | 12 | A3 | 13 | 4E |
| Octal | 274 | 321 | 313 | 12 | 0 | 3 | 22 | 243 | 23 | 116 |
| Binary | 10111100 | 11010001 | 11001011 | 1010 | 0 | 11 | 10010 | 10100011 | 10011 | 1001110 |
Color Harmonies of #BCD1CB
Complementary color
Monochromatic Colors of #BCD1CB
Black with #BCD1CB
Text Example
Text Example
White with #BCD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1CB; }
p { color: rgb(188,209,203); }
H1.HeaderClassName
{
color: #BCD1CB;
}
.AnyTagClassName
{
color: #BCD1CB;
}
</style>
background-color css
<style>
a { background-color: #BCD1CB; }
a { background-color: rgb(188,209,203); }
div.DivClassName
{
background-color: #BCD1CB;
}
.BgClassName
{
background-color: #BCD1CB;
}
</style>
border-color css
<style>
span { border-color: #BCD1CB; }
span { border-color: rgb(188,209,203); }
td.TdClassName
{
border-color: #BCD1CB;
}
.TagClassName
{
border-color: #BCD1CB;
}
</style>