Shades of Jet Stream #BCCAC5
Tints of Jet Stream #BCCAC5
RGB
CMYK
RGB Variations
Color information
#BCCAC5 (or 0xBCCAC5) is known color: Jet Stream. HEX triplet: BC, CA and C5. RGB value is (188,202,197). Sum of RGB (Red+Green+Blue) = 188+202+197=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC5 is #43353A. Grayscale: #C5C5C5. Windows color (decimal): -4404539 or 12962492. OLE color: 12962492.
HSL color Cylindrical-coordinate representation of color #BCCAC5: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCAC5 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 197 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.21 |
| HSL | 158.57º | 0.12% | 0.76% | - |
| HSV(B) | 158.57º | 0.07% | 0.79% | - |
| XYZ | 51.94 | 56.96 | 61.08 | - |
| YUV | 197.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 197 | 0.07 | 0 | 0.02 | 0.21 | 158.57 | 0.12 | 0.76 |
| Hex | BC | CA | C5 | 7 | 0 | 2 | 15 | 9F | C | 4C |
| Octal | 274 | 312 | 305 | 7 | 0 | 2 | 25 | 237 | 14 | 114 |
| Binary | 10111100 | 11001010 | 11000101 | 111 | 0 | 10 | 10101 | 10011111 | 1100 | 1001100 |
Color Harmonies of #BCCAC5
Complementary color
Monochromatic Colors of #BCCAC5
Black with #BCCAC5
Text Example
Text Example
White with #BCCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAC5; }
p { color: rgb(188,202,197); }
H1.HeaderClassName
{
color: #BCCAC5;
}
.AnyTagClassName
{
color: #BCCAC5;
}
</style>
background-color css
<style>
a { background-color: #BCCAC5; }
a { background-color: rgb(188,202,197); }
div.DivClassName
{
background-color: #BCCAC5;
}
.BgClassName
{
background-color: #BCCAC5;
}
</style>
border-color css
<style>
span { border-color: #BCCAC5; }
span { border-color: rgb(188,202,197); }
td.TdClassName
{
border-color: #BCCAC5;
}
.TagClassName
{
border-color: #BCCAC5;
}
</style>