Shades of Jet Stream #BCCCC5
Tints of Jet Stream #BCCCC5
RGB
CMYK
RGB Variations
Color information
#BCCCC5 (or 0xBCCCC5) is known color: Jet Stream. HEX triplet: BC, CC and C5. RGB value is (188,204,197). Sum of RGB (Red+Green+Blue) = 188+204+197=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC5 is #43333A. Grayscale: #C6C6C6. Windows color (decimal): -4404027 or 12963004. OLE color: 12963004.
HSL color Cylindrical-coordinate representation of color #BCCCC5: hue angle of 153.75º 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 #BCCCC5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 197 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.2 |
| HSL | 153.75º | 0.14% | 0.77% | - |
| HSV(B) | 153.75º | 0.08% | 0.8% | - |
| XYZ | 52.41 | 57.91 | 61.24 | - |
| YUV | 198.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 197 | 0.08 | 0 | 0.03 | 0.2 | 153.75 | 0.14 | 0.77 |
| Hex | BC | CC | C5 | 8 | 0 | 3 | 14 | 9A | E | 4D |
| Octal | 274 | 314 | 305 | 10 | 0 | 3 | 24 | 232 | 16 | 115 |
| Binary | 10111100 | 11001100 | 11000101 | 1000 | 0 | 11 | 10100 | 10011010 | 1110 | 1001101 |
Color Harmonies of #BCCCC5
Complementary color
Monochromatic Colors of #BCCCC5
Black with #BCCCC5
Text Example
Text Example
White with #BCCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCC5; }
p { color: rgb(188,204,197); }
H1.HeaderClassName
{
color: #BCCCC5;
}
.AnyTagClassName
{
color: #BCCCC5;
}
</style>
background-color css
<style>
a { background-color: #BCCCC5; }
a { background-color: rgb(188,204,197); }
div.DivClassName
{
background-color: #BCCCC5;
}
.BgClassName
{
background-color: #BCCCC5;
}
</style>
border-color css
<style>
span { border-color: #BCCCC5; }
span { border-color: rgb(188,204,197); }
td.TdClassName
{
border-color: #BCCCC5;
}
.TagClassName
{
border-color: #BCCCC5;
}
</style>