Shades of Jet Stream #BCD2CB
Tints of Jet Stream #BCD2CB
RGB
CMYK
RGB Variations
Color information
#BCD2CB (or 0xBCD2CB) is known color: Jet Stream. HEX triplet: BC, D2 and CB. RGB value is (188,210,203). Sum of RGB (Red+Green+Blue) = 188+210+203=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2CB is #432D34. Grayscale: #CACACA. Windows color (decimal): -4402485 or 13357756. OLE color: 13357756.
HSL color Cylindrical-coordinate representation of color #BCD2CB: hue angle of 160.91º degrees, saturation: 0.2, 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 #BCD2CB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 203 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.18 |
| HSL | 160.91º | 0.2% | 0.78% | - |
| HSV(B) | 160.91º | 0.1% | 0.82% | - |
| XYZ | 54.57 | 61.1 | 65.42 | - |
| YUV | 202.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 203 | 0.10 | 0 | 0.03 | 0.18 | 160.91 | 0.2 | 0.78 |
| Hex | BC | D2 | CB | A | 0 | 3 | 12 | A1 | 14 | 4E |
| Octal | 274 | 322 | 313 | 12 | 0 | 3 | 22 | 241 | 24 | 116 |
| Binary | 10111100 | 11010010 | 11001011 | 1010 | 0 | 11 | 10010 | 10100001 | 10100 | 1001110 |
Color Harmonies of #BCD2CB
Complementary color
Monochromatic Colors of #BCD2CB
Black with #BCD2CB
Text Example
Text Example
White with #BCD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2CB; }
p { color: rgb(188,210,203); }
H1.HeaderClassName
{
color: #BCD2CB;
}
.AnyTagClassName
{
color: #BCD2CB;
}
</style>
background-color css
<style>
a { background-color: #BCD2CB; }
a { background-color: rgb(188,210,203); }
div.DivClassName
{
background-color: #BCD2CB;
}
.BgClassName
{
background-color: #BCD2CB;
}
</style>
border-color css
<style>
span { border-color: #BCD2CB; }
span { border-color: rgb(188,210,203); }
td.TdClassName
{
border-color: #BCD2CB;
}
.TagClassName
{
border-color: #BCD2CB;
}
</style>