#BFC8C7

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

Shades of Iron #BFC8C7

Tints of Iron #BFC8C7

Color information

#BFC8C7 (or 0xBFC8C7) is unknown color: approx Iron. HEX triplet: BF, C8 and C7. RGB value is (191,200,199). Sum of RGB (Red+Green+Blue) = 191+200+199=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8C7 is #403738. Grayscale: #C5C5C5. Windows color (decimal): -4208441 or 13093055. OLE color: 13093055.

HSL color Cylindrical-coordinate representation of color #BFC8C7: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC8C7 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB191200199-
CMYK0.0400.000.22
HSL173.33º7.56%76.67%-
HSV(B)173.33º4.5%78.43%-
XYZ52.4556.5162.18-
YUV197.2129.02123.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=32.37%
G=33.90%
B=33.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001990.0400.000.22173.337.5676.67
HexBFC8C740016ad84d
Octal2773103074002625510115
Binary10111111110010001100011110000101101010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8C7; }

 p { color: rgb(191,200,199); }

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

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

 a { background-color: rgb(191,200,199); }

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

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

 span { border-color: rgb(191,200,199); }

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