#BFCACE

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

Shades of Iron #BFCACE

Tints of Iron #BFCACE

Color information

#BFCACE (or 0xBFCACE) is unknown color: approx Iron. HEX triplet: BF, CA and CE. RGB value is (191,202,206). Sum of RGB (Red+Green+Blue) = 191+202+206=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCACE is #403531. Grayscale: #C7C7C7. Windows color (decimal): -4207922 or 13552319. OLE color: 13552319.

HSL color Cylindrical-coordinate representation of color #BFCACE: hue angle of 196º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCACE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191202206-
CMYK0.070.0200.19
HSL196º13.27%77.84%-
HSV(B)196º7.28%80.78%-
XYZ53.7557.7766.71-
YUV199.17131.86122.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=31.89%
G=33.72%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912022060.070.0200.1919613.2777.84
HexBFCACE72013c4d4e
Octal2773123167202330415116
Binary101111111100101011001110111100100111100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCACE; }

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

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

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

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

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

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

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

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