Shades of Jet Stream #BCD7CC
Tints of Jet Stream #BCD7CC
RGB
CMYK
RGB Variations
Color information
#BCD7CC (or 0xBCD7CC) is known color: Jet Stream. HEX triplet: BC, D7 and CC. RGB value is (188,215,204). Sum of RGB (Red+Green+Blue) = 188+215+204=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7CC is #432833. Grayscale: #CDCDCD. Windows color (decimal): -4401204 or 13424572. OLE color: 13424572.
HSL color Cylindrical-coordinate representation of color #BCD7CC: hue angle of 155.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7CC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 204 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.16 |
| HSL | 155.56º | 0.25% | 0.79% | - |
| HSV(B) | 155.56º | 0.13% | 0.84% | - |
| XYZ | 55.94 | 63.65 | 66.46 | - |
| YUV | 205.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 204 | 0.13 | 0 | 0.05 | 0.16 | 155.56 | 0.25 | 0.79 |
| Hex | BC | D7 | CC | D | 0 | 5 | 10 | 9C | 19 | 4F |
| Octal | 274 | 327 | 314 | 15 | 0 | 5 | 20 | 234 | 31 | 117 |
| Binary | 10111100 | 11010111 | 11001100 | 1101 | 0 | 101 | 10000 | 10011100 | 11001 | 1001111 |
Color Harmonies of #BCD7CC
Complementary color
Monochromatic Colors of #BCD7CC
Black with #BCD7CC
Text Example
Text Example
White with #BCD7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7CC; }
p { color: rgb(188,215,204); }
H1.HeaderClassName
{
color: #BCD7CC;
}
.AnyTagClassName
{
color: #BCD7CC;
}
</style>
background-color css
<style>
a { background-color: #BCD7CC; }
a { background-color: rgb(188,215,204); }
div.DivClassName
{
background-color: #BCD7CC;
}
.BgClassName
{
background-color: #BCD7CC;
}
</style>
border-color css
<style>
span { border-color: #BCD7CC; }
span { border-color: rgb(188,215,204); }
td.TdClassName
{
border-color: #BCD7CC;
}
.TagClassName
{
border-color: #BCD7CC;
}
</style>