#BFCED3

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

Shades of Iron #BFCED3

Tints of Iron #BFCED3

Color information

#BFCED3 (or 0xBFCED3) is unknown color: approx Iron. HEX triplet: BF, CE and D3. RGB value is (191,206,211). Sum of RGB (Red+Green+Blue) = 191+206+211=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFCED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED3 is #40312C. Grayscale: #CACACA. Windows color (decimal): -4206893 or 13881023. OLE color: 13881023.

HSL color Cylindrical-coordinate representation of color #BFCED3: hue angle of 195º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCED3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191206211-
CMYK0.090.0200.17
HSL195º18.52%78.82%-
HSV(B)195º9.48%82.75%-
XYZ55.3259.9270.28-
YUV202.08133.03120.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 211 (82.81% from 255) = 34.70%
R=31.41%
G=33.88%
B=34.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912062110.090.0200.1719518.5278.82
HexBFCED392011c3134f
Octal27731632311202130323117
Binary10111111110011101101001110011001000111000011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCED3; }

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

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

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

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

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

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

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

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