Shades of Jet Stream #BCDACE
Tints of Jet Stream #BCDACE
RGB
CMYK
RGB Variations
Color information
#BCDACE (or 0xBCDACE) is known color: Jet Stream. HEX triplet: BC, DA and CE. RGB value is (188,218,206). Sum of RGB (Red+Green+Blue) = 188+218+206=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDACE is #432531. Grayscale: #CFCFCF. Windows color (decimal): -4400434 or 13556412. OLE color: 13556412.
HSL color Cylindrical-coordinate representation of color #BCDACE: hue angle of 156º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDACE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 206 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.15 |
| HSL | 156º | 0.29% | 0.8% | - |
| HSV(B) | 156º | 0.14% | 0.85% | - |
| XYZ | 56.95 | 65.29 | 67.99 | - |
| YUV | 207.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 206 | 0.14 | 0 | 0.06 | 0.15 | 156 | 0.29 | 0.8 |
| Hex | BC | DA | CE | E | 0 | 6 | F | 9C | 1D | 50 |
| Octal | 274 | 332 | 316 | 16 | 0 | 6 | 17 | 234 | 35 | 120 |
| Binary | 10111100 | 11011010 | 11001110 | 1110 | 0 | 110 | 1111 | 10011100 | 11101 | 1010000 |
Color Harmonies of #BCDACE
Complementary color
Monochromatic Colors of #BCDACE
Black with #BCDACE
Text Example
Text Example
White with #BCDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDACE; }
p { color: rgb(188,218,206); }
H1.HeaderClassName
{
color: #BCDACE;
}
.AnyTagClassName
{
color: #BCDACE;
}
</style>
background-color css
<style>
a { background-color: #BCDACE; }
a { background-color: rgb(188,218,206); }
div.DivClassName
{
background-color: #BCDACE;
}
.BgClassName
{
background-color: #BCDACE;
}
</style>
border-color css
<style>
span { border-color: #BCDACE; }
span { border-color: rgb(188,218,206); }
td.TdClassName
{
border-color: #BCDACE;
}
.TagClassName
{
border-color: #BCDACE;
}
</style>