Shades of Jet Stream #BCD8CA
Tints of Jet Stream #BCD8CA
RGB
CMYK
RGB Variations
Color information
#BCD8CA (or 0xBCD8CA) is known color: Jet Stream. HEX triplet: BC, D8 and CA. RGB value is (188,216,202). Sum of RGB (Red+Green+Blue) = 188+216+202=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8CA is #432735. Grayscale: #CECECE. Windows color (decimal): -4400950 or 13293756. OLE color: 13293756.
HSL color Cylindrical-coordinate representation of color #BCD8CA: hue angle of 150º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD8CA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 202 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.15 |
| HSL | 150º | 0.26% | 0.79% | - |
| HSV(B) | 150º | 0.13% | 0.85% | - |
| XYZ | 55.96 | 64.07 | 65.29 | - |
| YUV | 206.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 202 | 0.13 | 0 | 0.06 | 0.15 | 150 | 0.26 | 0.79 |
| Hex | BC | D8 | CA | D | 0 | 6 | F | 96 | 1A | 4F |
| Octal | 274 | 330 | 312 | 15 | 0 | 6 | 17 | 226 | 32 | 117 |
| Binary | 10111100 | 11011000 | 11001010 | 1101 | 0 | 110 | 1111 | 10010110 | 11010 | 1001111 |
Color Harmonies of #BCD8CA
Complementary color
Monochromatic Colors of #BCD8CA
Black with #BCD8CA
Text Example
Text Example
White with #BCD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8CA; }
p { color: rgb(188,216,202); }
H1.HeaderClassName
{
color: #BCD8CA;
}
.AnyTagClassName
{
color: #BCD8CA;
}
</style>
background-color css
<style>
a { background-color: #BCD8CA; }
a { background-color: rgb(188,216,202); }
div.DivClassName
{
background-color: #BCD8CA;
}
.BgClassName
{
background-color: #BCD8CA;
}
</style>
border-color css
<style>
span { border-color: #BCD8CA; }
span { border-color: rgb(188,216,202); }
td.TdClassName
{
border-color: #BCD8CA;
}
.TagClassName
{
border-color: #BCD8CA;
}
</style>