Shades of Jet Stream #BCCFC9
Tints of Jet Stream #BCCFC9
RGB
CMYK
RGB Variations
Color information
#BCCFC9 (or 0xBCCFC9) is known color: Jet Stream. HEX triplet: BC, CF and C9. RGB value is (188,207,201). Sum of RGB (Red+Green+Blue) = 188+207+201=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC9 is #433036. Grayscale: #C8C8C8. Windows color (decimal): -4403255 or 13225916. OLE color: 13225916.
HSL color Cylindrical-coordinate representation of color #BCCFC9: hue angle of 161.05º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFC9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 201 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.19 |
| HSL | 161.05º | 0.17% | 0.77% | - |
| HSV(B) | 161.05º | 0.09% | 0.81% | - |
| XYZ | 53.59 | 59.53 | 63.92 | - |
| YUV | 200.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 201 | 0.09 | 0 | 0.03 | 0.19 | 161.05 | 0.17 | 0.77 |
| Hex | BC | CF | C9 | 9 | 0 | 3 | 13 | A1 | 11 | 4D |
| Octal | 274 | 317 | 311 | 11 | 0 | 3 | 23 | 241 | 21 | 115 |
| Binary | 10111100 | 11001111 | 11001001 | 1001 | 0 | 11 | 10011 | 10100001 | 10001 | 1001101 |
Color Harmonies of #BCCFC9
Complementary color
Monochromatic Colors of #BCCFC9
Black with #BCCFC9
Text Example
Text Example
White with #BCCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFC9; }
p { color: rgb(188,207,201); }
H1.HeaderClassName
{
color: #BCCFC9;
}
.AnyTagClassName
{
color: #BCCFC9;
}
</style>
background-color css
<style>
a { background-color: #BCCFC9; }
a { background-color: rgb(188,207,201); }
div.DivClassName
{
background-color: #BCCFC9;
}
.BgClassName
{
background-color: #BCCFC9;
}
</style>
border-color css
<style>
span { border-color: #BCCFC9; }
span { border-color: rgb(188,207,201); }
td.TdClassName
{
border-color: #BCCFC9;
}
.TagClassName
{
border-color: #BCCFC9;
}
</style>