Shades of Jet Stream #BCD3CB
Tints of Jet Stream #BCD3CB
RGB
CMYK
RGB Variations
Color information
#BCD3CB (or 0xBCD3CB) is known color: Jet Stream. HEX triplet: BC, D3 and CB. RGB value is (188,211,203). Sum of RGB (Red+Green+Blue) = 188+211+203=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3CB is #432C34. Grayscale: #CBCBCB. Windows color (decimal): -4402229 or 13358012. OLE color: 13358012.
HSL color Cylindrical-coordinate representation of color #BCD3CB: hue angle of 159.13º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD3CB is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 203 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.17 |
| HSL | 159.13º | 0.21% | 0.78% | - |
| HSV(B) | 159.13º | 0.11% | 0.83% | - |
| XYZ | 54.81 | 61.59 | 65.5 | - |
| YUV | 203.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 203 | 0.11 | 0 | 0.04 | 0.17 | 159.13 | 0.21 | 0.78 |
| Hex | BC | D3 | CB | B | 0 | 4 | 11 | 9F | 15 | 4E |
| Octal | 274 | 323 | 313 | 13 | 0 | 4 | 21 | 237 | 25 | 116 |
| Binary | 10111100 | 11010011 | 11001011 | 1011 | 0 | 100 | 10001 | 10011111 | 10101 | 1001110 |
Color Harmonies of #BCD3CB
Complementary color
Monochromatic Colors of #BCD3CB
Black with #BCD3CB
Text Example
Text Example
White with #BCD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3CB; }
p { color: rgb(188,211,203); }
H1.HeaderClassName
{
color: #BCD3CB;
}
.AnyTagClassName
{
color: #BCD3CB;
}
</style>
background-color css
<style>
a { background-color: #BCD3CB; }
a { background-color: rgb(188,211,203); }
div.DivClassName
{
background-color: #BCD3CB;
}
.BgClassName
{
background-color: #BCD3CB;
}
</style>
border-color css
<style>
span { border-color: #BCD3CB; }
span { border-color: rgb(188,211,203); }
td.TdClassName
{
border-color: #BCD3CB;
}
.TagClassName
{
border-color: #BCD3CB;
}
</style>