#BFCAC9

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

Shades of Iron #BFCAC9

Tints of Iron #BFCAC9

Color information

#BFCAC9 (or 0xBFCAC9) is unknown color: approx Iron. HEX triplet: BF, CA and C9. RGB value is (191,202,201). Sum of RGB (Red+Green+Blue) = 191+202+201=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAC9 is #403536. Grayscale: #C6C6C6. Windows color (decimal): -4207927 or 13224639. OLE color: 13224639.

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

Color convert

RGB191202201-
CMYK0.0500.000.21
HSL174.55º9.4%77.06%-
HSV(B)174.55º5.45%79.22%-
XYZ53.1557.5363.56-
YUV198.6129.36122.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=32.15%
G=34.01%
B=33.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912022010.0500.000.21174.559.477.06
HexBFCAC950015af94d
Octal2773123115002525711115
Binary10111111110010101100100110100101011010111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAC9; }

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

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

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

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

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

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

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

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