#BFC4C3

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

Shades of Jet Stream #BFC4C3

Tints of Jet Stream #BFC4C3

Color information

#BFC4C3 (or 0xBFC4C3) is unknown color: approx Jet Stream. HEX triplet: BF, C4 and C3. RGB value is (191,196,195). Sum of RGB (Red+Green+Blue) = 191+196+195=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4C3 is #403B3C. Grayscale: #C2C2C2. Windows color (decimal): -4209469 or 12829887. OLE color: 12829887.

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

Color convert

RGB191196195-
CMYK0.0300.010.23
HSL168º4.07%75.88%-
HSV(B)168º2.55%76.86%-
XYZ51.0854.559.46-
YUV194.39128.34125.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 196 (76.95% from 255) = 33.68%
BLUE value IS 195 (76.56% from 255) = 33.51%
R=32.82%
G=33.68%
B=33.51%

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
Decimal1911961950.0300.010.231684.0775.88
HexBFC4C330117a844c
Octal277304303301272504114
Binary101111111100010011000011110110111101010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4C3; }

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

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

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

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

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

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

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

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