#BFC5C4

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

Shades of Jet Stream #BFC5C4

Tints of Jet Stream #BFC5C4

Color information

#BFC5C4 (or 0xBFC5C4) is unknown color: approx Jet Stream. HEX triplet: BF, C5 and C4. RGB value is (191,197,196). Sum of RGB (Red+Green+Blue) = 191+197+196=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C4 is #403A3B. Grayscale: #C3C3C3. Windows color (decimal): -4209212 or 12895679. OLE color: 12895679.

HSL color Cylindrical-coordinate representation of color #BFC5C4: hue angle of 170º 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 #BFC5C4 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB191197196-
CMYK0.0300.010.23
HSL170º4.92%76.08%-
HSV(B)170º3.05%77.25%-
XYZ51.4254.9960.13-
YUV195.09128.51125.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=32.71%
G=33.73%
B=33.56%

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
Decimal1911971960.0300.010.231704.9276.08
HexBFC5C430117aa54c
Octal277305304301272525114
Binary101111111100010111000100110110111101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5C4; }

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

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

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

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

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

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

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

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