#BFD1D3

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

Shades of Iron #BFD1D3

Tints of Iron #BFD1D3

Color information

#BFD1D3 (or 0xBFD1D3) is unknown color: approx Iron. HEX triplet: BF, D1 and D3. RGB value is (191,209,211). Sum of RGB (Red+Green+Blue) = 191+209+211=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFD1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1D3 is #402E2C. Grayscale: #CBCBCB. Windows color (decimal): -4206125 or 13881791. OLE color: 13881791.

HSL color Cylindrical-coordinate representation of color #BFD1D3: hue angle of 186º 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 #BFD1D3 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191209211-
CMYK0.090.0100.17
HSL186º18.52%78.82%-
HSV(B)186º9.48%82.75%-
XYZ56.0461.3870.52-
YUV203.85132.04118.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 209 (82.03% from 255) = 34.21%
BLUE value IS 211 (82.81% from 255) = 34.53%
R=31.26%
G=34.21%
B=34.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912092110.090.0100.1718618.5278.82
HexBFD1D391011ba134f
Octal27732132311102127223117
Binary1011111111010001110100111001101000110111010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1D3; }

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

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

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

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

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

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

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

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