#BFC9C5

Color #BFC9C5 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BFC9C5

Tints of Jet Stream #BFC9C5

Color information

#BFC9C5 (or 0xBFC9C5) is unknown color: approx Jet Stream. HEX triplet: BF, C9 and C5. RGB value is (191,201,197). Sum of RGB (Red+Green+Blue) = 191+201+197=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9C5 is #40363A. Grayscale: #C5C5C5. Windows color (decimal): -4208187 or 12962239. OLE color: 12962239.

HSL color Cylindrical-coordinate representation of color #BFC9C5: hue angle of 156º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC9C5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB191201197-
CMYK0.0500.020.21
HSL156º8.47%76.86%-
HSV(B)156º4.98%78.82%-
XYZ52.4556.8861.04-
YUV197.55127.69123.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=32.43%
G=34.13%
B=33.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011970.0500.020.211568.4776.86
HexBFC9C5502159c84d
Octal2773113055022523410115
Binary101111111100100111000101101010101011001110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9C5; }

 p { color: rgb(191,201,197); }

 H1.HeaderClassName
 {
   color: #BFC9C5;
 }
 .AnyTagClassName
 {
   color: #BFC9C5;
 }
</style>
background-color css

<style>
 a { background-color: #BFC9C5; }

 a { background-color: rgb(191,201,197); }

 div.DivClassName
 {
   background-color: #BFC9C5;
 }
 .BgClassName
 {
   background-color: #BFC9C5;
 }
</style>
border-color css

<style>
 span { border-color: #BFC9C5; }

 span { border-color: rgb(191,201,197); }

 td.TdClassName
 {
   border-color: #BFC9C5;
 }
 .TagClassName
 {
   border-color: #BFC9C5;
 }
</style>