Shades of Jet Stream #BCCCC7
Tints of Jet Stream #BCCCC7
RGB
CMYK
RGB Variations
Color information
#BCCCC7 (or 0xBCCCC7) is known color: Jet Stream. HEX triplet: BC, CC and C7. RGB value is (188,204,199). Sum of RGB (Red+Green+Blue) = 188+204+199=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC7 is #433338. Grayscale: #C6C6C6. Windows color (decimal): -4404025 or 13094076. OLE color: 13094076.
HSL color Cylindrical-coordinate representation of color #BCCCC7: hue angle of 161.25º degrees, saturation: 0.14, 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 #BCCCC7 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 199 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.2 |
| HSL | 161.25º | 0.14% | 0.77% | - |
| HSV(B) | 161.25º | 0.08% | 0.8% | - |
| XYZ | 52.64 | 58 | 62.45 | - |
| YUV | 198.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 199 | 0.08 | 0 | 0.02 | 0.2 | 161.25 | 0.14 | 0.77 |
| Hex | BC | CC | C7 | 8 | 0 | 2 | 14 | A1 | E | 4D |
| Octal | 274 | 314 | 307 | 10 | 0 | 2 | 24 | 241 | 16 | 115 |
| Binary | 10111100 | 11001100 | 11000111 | 1000 | 0 | 10 | 10100 | 10100001 | 1110 | 1001101 |
Color Harmonies of #BCCCC7
Complementary color
Monochromatic Colors of #BCCCC7
Black with #BCCCC7
Text Example
Text Example
White with #BCCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCC7; }
p { color: rgb(188,204,199); }
H1.HeaderClassName
{
color: #BCCCC7;
}
.AnyTagClassName
{
color: #BCCCC7;
}
</style>
background-color css
<style>
a { background-color: #BCCCC7; }
a { background-color: rgb(188,204,199); }
div.DivClassName
{
background-color: #BCCCC7;
}
.BgClassName
{
background-color: #BCCCC7;
}
</style>
border-color css
<style>
span { border-color: #BCCCC7; }
span { border-color: rgb(188,204,199); }
td.TdClassName
{
border-color: #BCCCC7;
}
.TagClassName
{
border-color: #BCCCC7;
}
</style>