Shades of Jet Stream #BCD0CB
Tints of Jet Stream #BCD0CB
RGB
CMYK
RGB Variations
Color information
#BCD0CB (or 0xBCD0CB) is known color: Jet Stream. HEX triplet: BC, D0 and CB. RGB value is (188,208,203). Sum of RGB (Red+Green+Blue) = 188+208+203=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0CB is #432F34. Grayscale: #C9C9C9. Windows color (decimal): -4402997 or 13357244. OLE color: 13357244.
HSL color Cylindrical-coordinate representation of color #BCD0CB: hue angle of 165º degrees, saturation: 0.18, 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 #BCD0CB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 203 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.18 |
| HSL | 165º | 0.18% | 0.78% | - |
| HSV(B) | 165º | 0.1% | 0.82% | - |
| XYZ | 54.07 | 60.11 | 65.25 | - |
| YUV | 201.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 203 | 0.10 | 0 | 0.02 | 0.18 | 165 | 0.18 | 0.78 |
| Hex | BC | D0 | CB | A | 0 | 2 | 12 | A5 | 12 | 4E |
| Octal | 274 | 320 | 313 | 12 | 0 | 2 | 22 | 245 | 22 | 116 |
| Binary | 10111100 | 11010000 | 11001011 | 1010 | 0 | 10 | 10010 | 10100101 | 10010 | 1001110 |
Color Harmonies of #BCD0CB
Complementary color
Monochromatic Colors of #BCD0CB
Black with #BCD0CB
Text Example
Text Example
White with #BCD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0CB; }
p { color: rgb(188,208,203); }
H1.HeaderClassName
{
color: #BCD0CB;
}
.AnyTagClassName
{
color: #BCD0CB;
}
</style>
background-color css
<style>
a { background-color: #BCD0CB; }
a { background-color: rgb(188,208,203); }
div.DivClassName
{
background-color: #BCD0CB;
}
.BgClassName
{
background-color: #BCD0CB;
}
</style>
border-color css
<style>
span { border-color: #BCD0CB; }
span { border-color: rgb(188,208,203); }
td.TdClassName
{
border-color: #BCD0CB;
}
.TagClassName
{
border-color: #BCD0CB;
}
</style>