Shades of Jet Stream #BCD3CF
Tints of Jet Stream #BCD3CF
RGB
CMYK
RGB Variations
Color information
#BCD3CF (or 0xBCD3CF) is known color: Jet Stream. HEX triplet: BC, D3 and CF. RGB value is (188,211,207). Sum of RGB (Red+Green+Blue) = 188+211+207=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3CF is #432C30. Grayscale: #CBCBCB. Windows color (decimal): -4402225 or 13620156. OLE color: 13620156.
HSL color Cylindrical-coordinate representation of color #BCD3CF: hue angle of 169.57º degrees, saturation: 0.21, 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 #BCD3CF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 207 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.17 |
| HSL | 169.57º | 0.21% | 0.78% | - |
| HSV(B) | 169.57º | 0.11% | 0.83% | - |
| XYZ | 55.3 | 61.78 | 68.04 | - |
| YUV | 203.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 207 | 0.11 | 0 | 0.02 | 0.17 | 169.57 | 0.21 | 0.78 |
| Hex | BC | D3 | CF | B | 0 | 2 | 11 | AA | 15 | 4E |
| Octal | 274 | 323 | 317 | 13 | 0 | 2 | 21 | 252 | 25 | 116 |
| Binary | 10111100 | 11010011 | 11001111 | 1011 | 0 | 10 | 10001 | 10101010 | 10101 | 1001110 |
Color Harmonies of #BCD3CF
Complementary color
Monochromatic Colors of #BCD3CF
Black with #BCD3CF
Text Example
Text Example
White with #BCD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3CF; }
p { color: rgb(188,211,207); }
H1.HeaderClassName
{
color: #BCD3CF;
}
.AnyTagClassName
{
color: #BCD3CF;
}
</style>
background-color css
<style>
a { background-color: #BCD3CF; }
a { background-color: rgb(188,211,207); }
div.DivClassName
{
background-color: #BCD3CF;
}
.BgClassName
{
background-color: #BCD3CF;
}
</style>
border-color css
<style>
span { border-color: #BCD3CF; }
span { border-color: rgb(188,211,207); }
td.TdClassName
{
border-color: #BCD3CF;
}
.TagClassName
{
border-color: #BCD3CF;
}
</style>