#BFC5C3

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

Shades of Jet Stream #BFC5C3

Tints of Jet Stream #BFC5C3

Color information

#BFC5C3 (or 0xBFC5C3) is unknown color: approx Jet Stream. HEX triplet: BF, C5 and C3. RGB value is (191,197,195). Sum of RGB (Red+Green+Blue) = 191+197+195=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C3 is #403A3C. Grayscale: #C2C2C2. Windows color (decimal): -4209213 or 12830143. OLE color: 12830143.

HSL color Cylindrical-coordinate representation of color #BFC5C3: hue angle of 160º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC5C3 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB191197195-
CMYK0.0300.010.23
HSL160º4.92%76.08%-
HSV(B)160º3.05%77.25%-
XYZ51.354.9559.53-
YUV194.98128.01125.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=32.76%
G=33.79%
B=33.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971950.0300.010.231604.9276.08
HexBFC5C330117a054c
Octal277305303301272405114
Binary101111111100010111000011110110111101000001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5C3; }

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

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

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

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

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

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

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

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