Shades of Jet Stream #BFCCC9
Tints of Jet Stream #BFCCC9
RGB
CMYK
RGB Variations
Color information
#BFCCC9 (or 0xBFCCC9) is known color: Jet Stream. HEX triplet: BF, CC and C9. RGB value is (191,204,201). Sum of RGB (Red+Green+Blue) = 191+204+201=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC9 is #403336. Grayscale: #C7C7C7. Windows color (decimal): -4207415 or 13225151. OLE color: 13225151.
HSL color Cylindrical-coordinate representation of color #BFCCC9: hue angle of 166.15º 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 #BFCCC9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 201 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.2 |
| HSL | 166.15º | 0.11% | 0.77% | - |
| HSV(B) | 166.15º | 0.06% | 0.8% | - |
| XYZ | 53.62 | 58.48 | 63.72 | - |
| YUV | 199.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 201 | 0.06 | 0 | 0.01 | 0.2 | 166.15 | 0.11 | 0.77 |
| Hex | BF | CC | C9 | 6 | 0 | 1 | 14 | A6 | B | 4D |
| Octal | 277 | 314 | 311 | 6 | 0 | 1 | 24 | 246 | 13 | 115 |
| Binary | 10111111 | 11001100 | 11001001 | 110 | 0 | 1 | 10100 | 10100110 | 1011 | 1001101 |
Color Harmonies of #BFCCC9
Complementary color
Monochromatic Colors of #BFCCC9
Black with #BFCCC9
Text Example
Text Example
White with #BFCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCC9; }
p { color: rgb(191,204,201); }
H1.HeaderClassName
{
color: #BFCCC9;
}
.AnyTagClassName
{
color: #BFCCC9;
}
</style>
background-color css
<style>
a { background-color: #BFCCC9; }
a { background-color: rgb(191,204,201); }
div.DivClassName
{
background-color: #BFCCC9;
}
.BgClassName
{
background-color: #BFCCC9;
}
</style>
border-color css
<style>
span { border-color: #BFCCC9; }
span { border-color: rgb(191,204,201); }
td.TdClassName
{
border-color: #BFCCC9;
}
.TagClassName
{
border-color: #BFCCC9;
}
</style>