Shades of Jet Stream #BCD5C8
Tints of Jet Stream #BCD5C8
RGB
CMYK
RGB Variations
Color information
#BCD5C8 (or 0xBCD5C8) is known color: Jet Stream. HEX triplet: BC, D5 and C8. RGB value is (188,213,200). Sum of RGB (Red+Green+Blue) = 188+213+200=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C8 is #432A37. Grayscale: #CCCCCC. Windows color (decimal): -4401720 or 13161916. OLE color: 13161916.
HSL color Cylindrical-coordinate representation of color #BCD5C8: hue angle of 148.8º 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 #BCD5C8 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 200 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.16 |
| HSL | 148.8º | 0.23% | 0.79% | - |
| HSV(B) | 148.8º | 0.12% | 0.84% | - |
| XYZ | 54.96 | 62.45 | 63.8 | - |
| YUV | 204.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 200 | 0.12 | 0 | 0.06 | 0.16 | 148.8 | 0.23 | 0.79 |
| Hex | BC | D5 | C8 | C | 0 | 6 | 10 | 95 | 17 | 4F |
| Octal | 274 | 325 | 310 | 14 | 0 | 6 | 20 | 225 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11001000 | 1100 | 0 | 110 | 10000 | 10010101 | 10111 | 1001111 |
Color Harmonies of #BCD5C8
Complementary color
Monochromatic Colors of #BCD5C8
Black with #BCD5C8
Text Example
Text Example
White with #BCD5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5C8; }
p { color: rgb(188,213,200); }
H1.HeaderClassName
{
color: #BCD5C8;
}
.AnyTagClassName
{
color: #BCD5C8;
}
</style>
background-color css
<style>
a { background-color: #BCD5C8; }
a { background-color: rgb(188,213,200); }
div.DivClassName
{
background-color: #BCD5C8;
}
.BgClassName
{
background-color: #BCD5C8;
}
</style>
border-color css
<style>
span { border-color: #BCD5C8; }
span { border-color: rgb(188,213,200); }
td.TdClassName
{
border-color: #BCD5C8;
}
.TagClassName
{
border-color: #BCD5C8;
}
</style>