#BFD0CF

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

Shades of Iron #BFD0CF

Tints of Iron #BFD0CF

Color information

#BFD0CF (or 0xBFD0CF) is unknown color: approx Iron. HEX triplet: BF, D0 and CF. RGB value is (191,208,207). Sum of RGB (Red+Green+Blue) = 191+208+207=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0CF is #402F30. Grayscale: #CACACA. Windows color (decimal): -4206385 or 13619391. OLE color: 13619391.

HSL color Cylindrical-coordinate representation of color #BFD0CF: hue angle of 176.47º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0CF is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB191208207-
CMYK0.0800.000.18
HSL176.47º15.32%78.24%-
HSV(B)176.47º8.17%81.57%-
XYZ55.360.6967.83-
YUV202.8130.37119.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 208 (81.64% from 255) = 34.32%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=31.52%
G=34.32%
B=34.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912082070.0800.000.18176.4715.3278.24
HexBFD0CF80012b0f4e
Octal27732031710002226017116
Binary101111111101000011001111100000100101011000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0CF; }

 p { color: rgb(191,208,207); }

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

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

 a { background-color: rgb(191,208,207); }

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

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

 span { border-color: rgb(191,208,207); }

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