Shades of Jet Stream #BCD4CC
Tints of Jet Stream #BCD4CC
RGB
CMYK
RGB Variations
Color information
#BCD4CC (or 0xBCD4CC) is known color: Jet Stream. HEX triplet: BC, D4 and CC. RGB value is (188,212,204). Sum of RGB (Red+Green+Blue) = 188+212+204=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4CC is #432B33. Grayscale: #CBCBCB. Windows color (decimal): -4401972 or 13423804. OLE color: 13423804.
HSL color Cylindrical-coordinate representation of color #BCD4CC: hue angle of 160º 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 #BCD4CC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 204 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.17 |
| HSL | 160º | 0.22% | 0.78% | - |
| HSV(B) | 160º | 0.11% | 0.83% | - |
| XYZ | 55.18 | 62.14 | 66.21 | - |
| YUV | 203.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 204 | 0.11 | 0 | 0.04 | 0.17 | 160 | 0.22 | 0.78 |
| Hex | BC | D4 | CC | B | 0 | 4 | 11 | A0 | 16 | 4E |
| Octal | 274 | 324 | 314 | 13 | 0 | 4 | 21 | 240 | 26 | 116 |
| Binary | 10111100 | 11010100 | 11001100 | 1011 | 0 | 100 | 10001 | 10100000 | 10110 | 1001110 |
Color Harmonies of #BCD4CC
Complementary color
Monochromatic Colors of #BCD4CC
Black with #BCD4CC
Text Example
Text Example
White with #BCD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4CC; }
p { color: rgb(188,212,204); }
H1.HeaderClassName
{
color: #BCD4CC;
}
.AnyTagClassName
{
color: #BCD4CC;
}
</style>
background-color css
<style>
a { background-color: #BCD4CC; }
a { background-color: rgb(188,212,204); }
div.DivClassName
{
background-color: #BCD4CC;
}
.BgClassName
{
background-color: #BCD4CC;
}
</style>
border-color css
<style>
span { border-color: #BCD4CC; }
span { border-color: rgb(188,212,204); }
td.TdClassName
{
border-color: #BCD4CC;
}
.TagClassName
{
border-color: #BCD4CC;
}
</style>