Shades of Jet Stream #BCD4CF
Tints of Jet Stream #BCD4CF
RGB
CMYK
RGB Variations
Color information
#BCD4CF (or 0xBCD4CF) is known color: Jet Stream. HEX triplet: BC, D4 and CF. RGB value is (188,212,207). Sum of RGB (Red+Green+Blue) = 188+212+207=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4CF is #432B30. Grayscale: #CCCCCC. Windows color (decimal): -4401969 or 13620412. OLE color: 13620412.
HSL color Cylindrical-coordinate representation of color #BCD4CF: hue angle of 167.5º 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 #BCD4CF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 207 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.17 |
| HSL | 167.5º | 0.22% | 0.78% | - |
| HSV(B) | 167.5º | 0.11% | 0.83% | - |
| XYZ | 55.55 | 62.28 | 68.13 | - |
| YUV | 204.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 207 | 0.11 | 0 | 0.02 | 0.17 | 167.5 | 0.22 | 0.78 |
| Hex | BC | D4 | CF | B | 0 | 2 | 11 | A8 | 16 | 4E |
| Octal | 274 | 324 | 317 | 13 | 0 | 2 | 21 | 250 | 26 | 116 |
| Binary | 10111100 | 11010100 | 11001111 | 1011 | 0 | 10 | 10001 | 10101000 | 10110 | 1001110 |
Color Harmonies of #BCD4CF
Complementary color
Monochromatic Colors of #BCD4CF
Black with #BCD4CF
Text Example
Text Example
White with #BCD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4CF; }
p { color: rgb(188,212,207); }
H1.HeaderClassName
{
color: #BCD4CF;
}
.AnyTagClassName
{
color: #BCD4CF;
}
</style>
background-color css
<style>
a { background-color: #BCD4CF; }
a { background-color: rgb(188,212,207); }
div.DivClassName
{
background-color: #BCD4CF;
}
.BgClassName
{
background-color: #BCD4CF;
}
</style>
border-color css
<style>
span { border-color: #BCD4CF; }
span { border-color: rgb(188,212,207); }
td.TdClassName
{
border-color: #BCD4CF;
}
.TagClassName
{
border-color: #BCD4CF;
}
</style>