Shades of Jet Stream #BCC5C3
Tints of Jet Stream #BCC5C3
RGB
CMYK
RGB Variations
Color information
#BCC5C3 (or 0xBCC5C3) is known color: Jet Stream. HEX triplet: BC, C5 and C3. RGB value is (188,197,195). Sum of RGB (Red+Green+Blue) = 188+197+195=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5C3 is #433A3C. Grayscale: #C2C2C2. Windows color (decimal): -4405821 or 12830140. OLE color: 12830140.
HSL color Cylindrical-coordinate representation of color #BCC5C3: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC5C3 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 195 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.23 |
| HSL | 166.67º | 0.07% | 0.75% | - |
| HSV(B) | 166.67º | 0.05% | 0.77% | - |
| XYZ | 50.56 | 54.56 | 59.5 | - |
| YUV | 194.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 195 | 0.05 | 0 | 0.01 | 0.23 | 166.67 | 0.07 | 0.75 |
| Hex | BC | C5 | C3 | 5 | 0 | 1 | 17 | A7 | 7 | 4B |
| Octal | 274 | 305 | 303 | 5 | 0 | 1 | 27 | 247 | 7 | 113 |
| Binary | 10111100 | 11000101 | 11000011 | 101 | 0 | 1 | 10111 | 10100111 | 111 | 1001011 |
Color Harmonies of #BCC5C3
Complementary color
Monochromatic Colors of #BCC5C3
Black with #BCC5C3
Text Example
Text Example
White with #BCC5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5C3; }
p { color: rgb(188,197,195); }
H1.HeaderClassName
{
color: #BCC5C3;
}
.AnyTagClassName
{
color: #BCC5C3;
}
</style>
background-color css
<style>
a { background-color: #BCC5C3; }
a { background-color: rgb(188,197,195); }
div.DivClassName
{
background-color: #BCC5C3;
}
.BgClassName
{
background-color: #BCC5C3;
}
</style>
border-color css
<style>
span { border-color: #BCC5C3; }
span { border-color: rgb(188,197,195); }
td.TdClassName
{
border-color: #BCC5C3;
}
.TagClassName
{
border-color: #BCC5C3;
}
</style>