Shades of Jet Stream #BCCDC9
Tints of Jet Stream #BCCDC9
RGB
CMYK
RGB Variations
Color information
#BCCDC9 (or 0xBCCDC9) is known color: Jet Stream. HEX triplet: BC, CD and C9. RGB value is (188,205,201). Sum of RGB (Red+Green+Blue) = 188+205+201=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC9 is #433236. Grayscale: #C7C7C7. Windows color (decimal): -4403767 or 13225404. OLE color: 13225404.
HSL color Cylindrical-coordinate representation of color #BCCDC9: hue angle of 165.88º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCDC9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 201 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.20 |
| HSL | 165.88º | 0.15% | 0.77% | - |
| HSV(B) | 165.88º | 0.08% | 0.8% | - |
| XYZ | 53.11 | 58.57 | 63.76 | - |
| YUV | 199.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 201 | 0.08 | 0 | 0.02 | 0.20 | 165.88 | 0.15 | 0.77 |
| Hex | BC | CD | C9 | 8 | 0 | 2 | 14 | A6 | F | 4D |
| Octal | 274 | 315 | 311 | 10 | 0 | 2 | 24 | 246 | 17 | 115 |
| Binary | 10111100 | 11001101 | 11001001 | 1000 | 0 | 10 | 10100 | 10100110 | 1111 | 1001101 |
Color Harmonies of #BCCDC9
Complementary color
Monochromatic Colors of #BCCDC9
Black with #BCCDC9
Text Example
Text Example
White with #BCCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDC9; }
p { color: rgb(188,205,201); }
H1.HeaderClassName
{
color: #BCCDC9;
}
.AnyTagClassName
{
color: #BCCDC9;
}
</style>
background-color css
<style>
a { background-color: #BCCDC9; }
a { background-color: rgb(188,205,201); }
div.DivClassName
{
background-color: #BCCDC9;
}
.BgClassName
{
background-color: #BCCDC9;
}
</style>
border-color css
<style>
span { border-color: #BCCDC9; }
span { border-color: rgb(188,205,201); }
td.TdClassName
{
border-color: #BCCDC9;
}
.TagClassName
{
border-color: #BCCDC9;
}
</style>