Shades of Jet Stream #BCD5CC
Tints of Jet Stream #BCD5CC
RGB
CMYK
RGB Variations
Color information
#BCD5CC (or 0xBCD5CC) is known color: Jet Stream. HEX triplet: BC, D5 and CC. RGB value is (188,213,204). Sum of RGB (Red+Green+Blue) = 188+213+204=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5CC is #432A33. Grayscale: #CCCCCC. Windows color (decimal): -4401716 or 13424060. OLE color: 13424060.
HSL color Cylindrical-coordinate representation of color #BCD5CC: hue angle of 158.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD5CC is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 204 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.16 |
| HSL | 158.4º | 0.23% | 0.79% | - |
| HSV(B) | 158.4º | 0.12% | 0.84% | - |
| XYZ | 55.43 | 62.64 | 66.3 | - |
| YUV | 204.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 204 | 0.12 | 0 | 0.04 | 0.16 | 158.4 | 0.23 | 0.79 |
| Hex | BC | D5 | CC | C | 0 | 4 | 10 | 9E | 17 | 4F |
| Octal | 274 | 325 | 314 | 14 | 0 | 4 | 20 | 236 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11001100 | 1100 | 0 | 100 | 10000 | 10011110 | 10111 | 1001111 |
Color Harmonies of #BCD5CC
Complementary color
Monochromatic Colors of #BCD5CC
Black with #BCD5CC
Text Example
Text Example
White with #BCD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5CC; }
p { color: rgb(188,213,204); }
H1.HeaderClassName
{
color: #BCD5CC;
}
.AnyTagClassName
{
color: #BCD5CC;
}
</style>
background-color css
<style>
a { background-color: #BCD5CC; }
a { background-color: rgb(188,213,204); }
div.DivClassName
{
background-color: #BCD5CC;
}
.BgClassName
{
background-color: #BCD5CC;
}
</style>
border-color css
<style>
span { border-color: #BCD5CC; }
span { border-color: rgb(188,213,204); }
td.TdClassName
{
border-color: #BCD5CC;
}
.TagClassName
{
border-color: #BCD5CC;
}
</style>