Shades of Jet Stream #BCD3C7
Tints of Jet Stream #BCD3C7
RGB
CMYK
RGB Variations
Color information
#BCD3C7 (or 0xBCD3C7) is known color: Jet Stream. HEX triplet: BC, D3 and C7. RGB value is (188,211,199). Sum of RGB (Red+Green+Blue) = 188+211+199=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3C7 is #432C38. Grayscale: #CACACA. Windows color (decimal): -4402233 or 13095868. OLE color: 13095868.
HSL color Cylindrical-coordinate representation of color #BCD3C7: hue angle of 148.7º 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 #BCD3C7 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 188 | 211 | 199 | - |
CMYK | 0.11 | 0 | 0.06 | 0.17 |
HSL | 148.7º | 0.21% | 0.78% | - |
HSV(B) | 148.7º | 0.11% | 0.83% | - |
XYZ | 54.34 | 61.4 | 63.02 | - |
YUV | 202.76 | 125.88 | 117.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 211 | 199 | 0.11 | 0 | 0.06 | 0.17 | 148.7 | 0.21 | 0.78 |
Hex | BC | D3 | C7 | B | 0 | 6 | 11 | 95 | 15 | 4E |
Octal | 274 | 323 | 307 | 13 | 0 | 6 | 21 | 225 | 25 | 116 |
Binary | 10111100 | 11010011 | 11000111 | 1011 | 0 | 110 | 10001 | 10010101 | 10101 | 1001110 |
Color Harmonies of #BCD3C7
Complementary color
Monochromatic Colors of #BCD3C7
Black with #BCD3C7
Text Example
Text Example
White with #BCD3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3C7; }
p { color: rgb(188,211,199); }
H1.HeaderClassName
{
color: #BCD3C7;
}
.AnyTagClassName
{
color: #BCD3C7;
}
</style>
background-color css
<style>
a { background-color: #BCD3C7; }
a { background-color: rgb(188,211,199); }
div.DivClassName
{
background-color: #BCD3C7;
}
.BgClassName
{
background-color: #BCD3C7;
}
</style>
border-color css
<style>
span { border-color: #BCD3C7; }
span { border-color: rgb(188,211,199); }
td.TdClassName
{
border-color: #BCD3C7;
}
.TagClassName
{
border-color: #BCD3C7;
}
</style>