Shades of Jet Stream #BCCCC8
Tints of Jet Stream #BCCCC8
RGB
CMYK
RGB Variations
Color information
#BCCCC8 (or 0xBCCCC8) is known color: Jet Stream. HEX triplet: BC, CC and C8. RGB value is (188,204,200). Sum of RGB (Red+Green+Blue) = 188+204+200=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC8 is #433337. Grayscale: #C6C6C6. Windows color (decimal): -4404024 or 13159612. OLE color: 13159612.
HSL color Cylindrical-coordinate representation of color #BCCCC8: hue angle of 165º 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 #BCCCC8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 200 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.2 |
| HSL | 165º | 0.14% | 0.77% | - |
| HSV(B) | 165º | 0.08% | 0.8% | - |
| XYZ | 52.76 | 58.05 | 63.07 | - |
| YUV | 198.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 200 | 0.08 | 0 | 0.02 | 0.2 | 165 | 0.14 | 0.77 |
| Hex | BC | CC | C8 | 8 | 0 | 2 | 14 | A5 | E | 4D |
| Octal | 274 | 314 | 310 | 10 | 0 | 2 | 24 | 245 | 16 | 115 |
| Binary | 10111100 | 11001100 | 11001000 | 1000 | 0 | 10 | 10100 | 10100101 | 1110 | 1001101 |
Color Harmonies of #BCCCC8
Complementary color
Monochromatic Colors of #BCCCC8
Black with #BCCCC8
Text Example
Text Example
White with #BCCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCC8; }
p { color: rgb(188,204,200); }
H1.HeaderClassName
{
color: #BCCCC8;
}
.AnyTagClassName
{
color: #BCCCC8;
}
</style>
background-color css
<style>
a { background-color: #BCCCC8; }
a { background-color: rgb(188,204,200); }
div.DivClassName
{
background-color: #BCCCC8;
}
.BgClassName
{
background-color: #BCCCC8;
}
</style>
border-color css
<style>
span { border-color: #BCCCC8; }
span { border-color: rgb(188,204,200); }
td.TdClassName
{
border-color: #BCCCC8;
}
.TagClassName
{
border-color: #BCCCC8;
}
</style>