Shades of Jet Stream #BCD4C8
Tints of Jet Stream #BCD4C8
RGB
CMYK
RGB Variations
Color information
#BCD4C8 (or 0xBCD4C8) is known color: Jet Stream. HEX triplet: BC, D4 and C8. RGB value is (188,212,200). Sum of RGB (Red+Green+Blue) = 188+212+200=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4C8 is #432B37. Grayscale: #CBCBCB. Windows color (decimal): -4401976 or 13161660. OLE color: 13161660.
HSL color Cylindrical-coordinate representation of color #BCD4C8: hue angle of 150º degrees, saturation: 0.22, 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 #BCD4C8 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 200 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.17 |
| HSL | 150º | 0.22% | 0.78% | - |
| HSV(B) | 150º | 0.11% | 0.83% | - |
| XYZ | 54.71 | 61.95 | 63.72 | - |
| YUV | 203.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 200 | 0.11 | 0 | 0.06 | 0.17 | 150 | 0.22 | 0.78 |
| Hex | BC | D4 | C8 | B | 0 | 6 | 11 | 96 | 16 | 4E |
| Octal | 274 | 324 | 310 | 13 | 0 | 6 | 21 | 226 | 26 | 116 |
| Binary | 10111100 | 11010100 | 11001000 | 1011 | 0 | 110 | 10001 | 10010110 | 10110 | 1001110 |
Color Harmonies of #BCD4C8
Complementary color
Monochromatic Colors of #BCD4C8
Black with #BCD4C8
Text Example
Text Example
White with #BCD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4C8; }
p { color: rgb(188,212,200); }
H1.HeaderClassName
{
color: #BCD4C8;
}
.AnyTagClassName
{
color: #BCD4C8;
}
</style>
background-color css
<style>
a { background-color: #BCD4C8; }
a { background-color: rgb(188,212,200); }
div.DivClassName
{
background-color: #BCD4C8;
}
.BgClassName
{
background-color: #BCD4C8;
}
</style>
border-color css
<style>
span { border-color: #BCD4C8; }
span { border-color: rgb(188,212,200); }
td.TdClassName
{
border-color: #BCD4C8;
}
.TagClassName
{
border-color: #BCD4C8;
}
</style>