#BFCAC6

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

Shades of Jet Stream #BFCAC6

Tints of Jet Stream #BFCAC6

Color information

#BFCAC6 (or 0xBFCAC6) is unknown color: approx Jet Stream. HEX triplet: BF, CA and C6. RGB value is (191,202,198). Sum of RGB (Red+Green+Blue) = 191+202+198=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAC6 is #403539. Grayscale: #C6C6C6. Windows color (decimal): -4207930 or 13028031. OLE color: 13028031.

HSL color Cylindrical-coordinate representation of color #BFCAC6: hue angle of 158.18º degrees, saturation: 0.09, 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 #BFCAC6 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB191202198-
CMYK0.0500.020.21
HSL158.18º9.4%77.06%-
HSV(B)158.18º5.45%79.22%-
XYZ52.857.3961.72-
YUV198.26127.86122.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=32.32%
G=34.18%
B=33.50%

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
Decimal1912021980.0500.020.21158.189.477.06
HexBFCAC6502159e94d
Octal2773123065022523611115
Binary101111111100101011000110101010101011001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAC6; }

 p { color: rgb(191,202,198); }

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

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

 a { background-color: rgb(191,202,198); }

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

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

 span { border-color: rgb(191,202,198); }

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