Shades of Jet Stream #BFCCC8
Tints of Jet Stream #BFCCC8
RGB
CMYK
RGB Variations
Color information
#BFCCC8 (or 0xBFCCC8) is known color: Jet Stream. HEX triplet: BF, CC and C8. RGB value is (191,204,200). Sum of RGB (Red+Green+Blue) = 191+204+200=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC8 is #403337. Grayscale: #C7C7C7. Windows color (decimal): -4207416 or 13159615. OLE color: 13159615.
HSL color Cylindrical-coordinate representation of color #BFCCC8: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCCC8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 200 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.2 |
| HSL | 161.54º | 0.11% | 0.77% | - |
| HSV(B) | 161.54º | 0.06% | 0.8% | - |
| XYZ | 53.5 | 58.43 | 63.1 | - |
| YUV | 199.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 200 | 0.06 | 0 | 0.02 | 0.2 | 161.54 | 0.11 | 0.77 |
| Hex | BF | CC | C8 | 6 | 0 | 2 | 14 | A2 | B | 4D |
| Octal | 277 | 314 | 310 | 6 | 0 | 2 | 24 | 242 | 13 | 115 |
| Binary | 10111111 | 11001100 | 11001000 | 110 | 0 | 10 | 10100 | 10100010 | 1011 | 1001101 |
Color Harmonies of #BFCCC8
Complementary color
Monochromatic Colors of #BFCCC8
Black with #BFCCC8
Text Example
Text Example
White with #BFCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCC8; }
p { color: rgb(191,204,200); }
H1.HeaderClassName
{
color: #BFCCC8;
}
.AnyTagClassName
{
color: #BFCCC8;
}
</style>
background-color css
<style>
a { background-color: #BFCCC8; }
a { background-color: rgb(191,204,200); }
div.DivClassName
{
background-color: #BFCCC8;
}
.BgClassName
{
background-color: #BFCCC8;
}
</style>
border-color css
<style>
span { border-color: #BFCCC8; }
span { border-color: rgb(191,204,200); }
td.TdClassName
{
border-color: #BFCCC8;
}
.TagClassName
{
border-color: #BFCCC8;
}
</style>