Shades of Jet Stream #BCCDC5
Tints of Jet Stream #BCCDC5
RGB
CMYK
RGB Variations
Color information
#BCCDC5 (or 0xBCCDC5) is known color: Jet Stream. HEX triplet: BC, CD and C5. RGB value is (188,205,197). Sum of RGB (Red+Green+Blue) = 188+205+197=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC5 is #43323A. Grayscale: #C7C7C7. Windows color (decimal): -4403771 or 12963260. OLE color: 12963260.
HSL color Cylindrical-coordinate representation of color #BCCDC5: hue angle of 151.76º 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 #BCCDC5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 197 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.20 |
| HSL | 151.76º | 0.15% | 0.77% | - |
| HSV(B) | 151.76º | 0.08% | 0.8% | - |
| XYZ | 52.65 | 58.39 | 61.32 | - |
| YUV | 199.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 197 | 0.08 | 0 | 0.04 | 0.20 | 151.76 | 0.15 | 0.77 |
| Hex | BC | CD | C5 | 8 | 0 | 4 | 14 | 98 | F | 4D |
| Octal | 274 | 315 | 305 | 10 | 0 | 4 | 24 | 230 | 17 | 115 |
| Binary | 10111100 | 11001101 | 11000101 | 1000 | 0 | 100 | 10100 | 10011000 | 1111 | 1001101 |
Color Harmonies of #BCCDC5
Complementary color
Monochromatic Colors of #BCCDC5
Black with #BCCDC5
Text Example
Text Example
White with #BCCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDC5; }
p { color: rgb(188,205,197); }
H1.HeaderClassName
{
color: #BCCDC5;
}
.AnyTagClassName
{
color: #BCCDC5;
}
</style>
background-color css
<style>
a { background-color: #BCCDC5; }
a { background-color: rgb(188,205,197); }
div.DivClassName
{
background-color: #BCCDC5;
}
.BgClassName
{
background-color: #BCCDC5;
}
</style>
border-color css
<style>
span { border-color: #BCCDC5; }
span { border-color: rgb(188,205,197); }
td.TdClassName
{
border-color: #BCCDC5;
}
.TagClassName
{
border-color: #BCCDC5;
}
</style>